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:
commit
ca7d887bd4
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue