From c591dd42605ebb4b882c80a2150952e040030e46 Mon Sep 17 00:00:00 2001 From: Tatiana Llorente Date: Thu, 1 Aug 2019 13:11:50 +0200 Subject: [PATCH] Show html tags in instructions - #4352 --- pandora_console/include/functions_events.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php index 4c57dfd4b0..4855fde31c 100644 --- a/pandora_console/include/functions_events.php +++ b/pandora_console/include/functions_events.php @@ -4156,7 +4156,7 @@ function events_page_details($event, $server='') $data = []; $data[0] = __('Instructions'); - $data[1] = events_display_instructions($event['event_type'], $event, true); + $data[1] = html_entity_decode(events_display_instructions($event['event_type'], $event, true)); $table_details->data[] = $data; $data = [];