spacing, remove non html5 elements

This commit is contained in:
Isaac Connor
2019-01-25 09:22:08 -05:00
parent 8c5687ca30
commit 7ea8be3fa8

View File

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