diff --git a/html/includes/table/alertlog.inc.php b/html/includes/table/alertlog.inc.php index 9d0fc1d0a0..cfc80b16b5 100644 --- a/html/includes/table/alertlog.inc.php +++ b/html/includes/table/alertlog.inc.php @@ -78,7 +78,7 @@ foreach (dbFetchRows($sql, $param) as $alertlog) { 'details' => '', 'hostname' => '
'.generate_device_link($dev, shorthost($dev['hostname'])).'
'.$fault_detail.'
', 'alert' => htmlspecialchars($alertlog['alert']), - 'status' => " $text", + 'status' => " $text", ); }//end foreach