From 4d4f4669ac5cc8a68b517c82143169fd8146fe1d Mon Sep 17 00:00:00 2001 From: enriquecd Date: Wed, 29 Mar 2017 11:25:50 +0200 Subject: [PATCH] Show quotes in module template managment items description - #108 --- pandora_console/include/functions_ui.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index 9e138b446d..cda5bb48b1 100755 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -124,7 +124,7 @@ function ui_print_truncate_text($text, $numChars = GENERIC_SIZE_TEXT, $showTextI } } if ($showTextInAToopTip) { - $truncateText = $truncateText . ui_print_help_tip($text, true); + $truncateText = $truncateText . ui_print_help_tip(htmlspecialchars($text), true); } else { if ($style !== false) {