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