diff --git a/html/includes/table/alerts.inc.php b/html/includes/table/alerts.inc.php index 2efab5d1f1..9ea26d49b7 100644 --- a/html/includes/table/alerts.inc.php +++ b/html/includes/table/alerts.inc.php @@ -105,7 +105,7 @@ foreach (dbFetchRows($sql, $param) as $alert) { $response[] = array( 'id' => $rulei++, - 'rule' => ''.htmlentities($alert['name']).'', + 'rule' => ''.htmlentities($alert['name']).'', 'details' => '', 'hostname' => $hostname, 'timestamp' => ($alert['timestamp'] ? $alert['timestamp'] : 'N/A'),