Merge branch '108-tooltip-de-descripcion-cortado-por-comillas' into 'develop'

Show quotes in module template managment items description - #108

See merge request !316
This commit is contained in:
vgilc 2017-04-07 12:48:18 +02:00
commit ca7d887bd4
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) {
$truncateText = $truncateText . ui_print_help_tip($text, true);
$truncateText = $truncateText . ui_print_help_tip(htmlspecialchars($text), true);
}
else {
if ($style !== false) {