fix badly formatted line

pull/3047/head
Andrew Bauer 2020-09-15 13:08:44 -05:00
parent da73ecee08
commit 21d4773da9
1 changed files with 1 additions and 2 deletions

View File

@ -155,8 +155,7 @@ while ( $event_row = dbFetchNext($results) ) {
<td class="colAlarmFrames"><?php echo makeLink( '?view=frames&amp;eid='.$event->Id(), $event->AlarmFrames() ) ?></td>
<td class="colTotScore"><?php echo $event->TotScore() ?></td>
<td class="colAvgScore"><?php echo $event->AvgScore() ?></td>
<td class="colMaxScore"><?php echo
$event->MaxScore();
<td class="colMaxScore"><?php echo $event->MaxScore() ?></td>
<?php
if ( ZM_WEB_EVENT_DISK_SPACE ) {
$disk_space_total += $event->DiskSpace();