diff --git a/pandora_console/include/functions.php b/pandora_console/include/functions.php index 461f1d27bc..fa42a8610c 100644 --- a/pandora_console/include/functions.php +++ b/pandora_console/include/functions.php @@ -2852,7 +2852,7 @@ function print_audit_csv($data) global $config; global $graphic_type; - $divider = $config['csv_divider']; + $divider = html_entity_decode($config['csv_divider']); if (!$data) { echo __('No data found to export');