spacing, remove non html5 elements

pull/2488/head
Isaac Connor 2019-01-25 09:22:08 -05:00
parent 8c5687ca30
commit 7ea8be3fa8
1 changed files with 2 additions and 2 deletions

View File

@ -145,10 +145,10 @@ if ( $showPtzControls ) {
</div> </div>
<?php <?php
} }
if ( canView( 'Events' ) && $monitor->Type() != 'WebSite' ) { if ( canView('Events') && ($monitor->Type() != 'WebSite') ) {
?> ?>
<div id="events"> <div id="events">
<table id="eventList" cellspacing="0"> <table id="eventList">
<thead> <thead>
<tr> <tr>
<th class="colId"><?php echo translate('Id') ?></th> <th class="colId"><?php echo translate('Id') ?></th>