mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Show quotes in module template managment items description - #108
This commit is contained in:
parent
f7b4523b1f
commit
4d4f4669ac
@ -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…
x
Reference in New Issue
Block a user