Fix bracket issues post merge

This commit is contained in:
SteveGilvarry 2015-01-06 15:12:09 +10:00
parent b79c2c1604
commit 9fe5b08726
1 changed files with 2 additions and 2 deletions

View File

@ -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>