mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-19 03:56:18 -04:00
Fix: Restored missing closing tag </tr> in fn "getStatsTableHTML" (functions.php)
This commit is contained in:
@@ -960,9 +960,11 @@ function getStatsTableHTML($eid, $fid, $row='') {
|
||||
|
||||
$result .= '<td class="colAlarmLimits">' .validHtmlStr($stat['MinX'].",".$stat['MinY']."-".$stat['MaxX'].",".$stat['MaxY']). '</td>'.PHP_EOL;
|
||||
$result .= '<td class="colScore">' .$stat['Score']. '</td>'.PHP_EOL;
|
||||
$result .= '</tr>'.PHP_EOL;
|
||||
}
|
||||
} else {
|
||||
$result .= '<tr>'.PHP_EOL;
|
||||
//IMPORTANT! There is a problem with Bootstrap here. The class is being moved from <th> and "colspan" is not being applied
|
||||
$result .= '<td class="rowNoStats" colspan="9">' .translate('NoStatisticsRecorded'). '</td>'.PHP_EOL;
|
||||
$result .= '</tr>'.PHP_EOL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user