From 2e59ada075c6ce8fce5db2f74ce8b8d11fa3a1e5 Mon Sep 17 00:00:00 2001 From: f0o Date: Wed, 10 Feb 2016 15:31:37 +0000 Subject: [PATCH] Eventlog cosmetic fixes --- html/includes/print-event-short.inc.php | 2 +- html/includes/print-event.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/includes/print-event-short.inc.php b/html/includes/print-event-short.inc.php index 42fc75768..2c02b7727 100644 --- a/html/includes/print-event-short.inc.php +++ b/html/includes/print-event-short.inc.php @@ -25,6 +25,6 @@ if ($entry['type'] == 'interface') { $entry['link'] = ''.generate_port_link(getifbyid($entry['reference'])).''; } - echo $entry['link'].' '.htmlspecialchars($entry['message']).' + echo $entry['link'].' '.$entry['message'].' '; diff --git a/html/includes/print-event.inc.php b/html/includes/print-event.inc.php index d8afd6bfa..14b6764d8 100644 --- a/html/includes/print-event.inc.php +++ b/html/includes/print-event.inc.php @@ -31,5 +31,5 @@ else { echo ''.$entry['link'].''; -echo ''.htmlspecialchars($entry['message']).' +echo ''.$entry['message'].' ';