Show quotes in module template managment items description - #108

This commit is contained in:
enriquecd 2017-03-29 11:25:50 +02:00
parent f7b4523b1f
commit 4d4f4669ac
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ function ui_print_truncate_text($text, $numChars = GENERIC_SIZE_TEXT, $showTextI
} }
} }
if ($showTextInAToopTip) { if ($showTextInAToopTip) {
$truncateText = $truncateText . ui_print_help_tip($text, true); $truncateText = $truncateText . ui_print_help_tip(htmlspecialchars($text), true);
} }
else { else {
if ($style !== false) { if ($style !== false) {