diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index 00d37ae11d..332a2fd35c 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -1498,7 +1498,7 @@ try { $active_filters_div .= '
'.__('Current filter').'
'; $active_filters_div .= '
'; if ($loaded_filter !== false) { - $active_filters_div .= io_safe_output($loaded_filter['id_name']); + $active_filters_div .= htmlentities(io_safe_output($loaded_filter['id_name'])); } else { $active_filters_div .= __('Not set.'); }