From 375d7ca4af04c1431a318fab3a1fc9d2164ab447 Mon Sep 17 00:00:00 2001 From: f0o Date: Wed, 10 Feb 2016 15:26:17 +0000 Subject: [PATCH] Cosmetic fix on Alert-Rules --- html/includes/print-alert-rules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/print-alert-rules.php b/html/includes/print-alert-rules.php index eac1ae6fd..4a198d9a1 100644 --- a/html/includes/print-alert-rules.php +++ b/html/includes/print-alert-rules.php @@ -205,7 +205,7 @@ foreach (dbFetchRows($full_query, $param) as $rule) { echo 'Inverted '; } - echo ''.htmlentities($rule['rule']).''; + echo ''.$rule['rule'].''; echo ''.$rule['severity'].''; echo " "; if ($rule_extra['mute'] === true) {