Fix bracket issues post merge
This commit is contained in:
parent
b79c2c1604
commit
9fe5b08726
|
@ -200,7 +200,7 @@ else
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php if ( $Monitor[VideoWriter} ) { ?>
|
<?php if ( $Monitor[VideoWriter] ) { ?>
|
||||||
<div id="eventVideo" class="hidden">
|
<div id="eventVideo" class="hidden">
|
||||||
<div id="videoFeed">
|
<div id="videoFeed">
|
||||||
<video id="videoobj" width="<?php echo $event['Width'] ?>" height="<?php echo $event['Height'] ?>" controls autoplay>
|
<video id="videoobj" width="<?php echo $event['Width'] ?>" height="<?php echo $event['Height'] ?>" controls autoplay>
|
||||||
|
@ -248,7 +248,7 @@ else
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php } ) ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue