mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-06 01:28:41 +02:00
N°4481 Fix dialog title being escaped twice following 99a0e0c commit
This commit is contained in:
@@ -704,7 +704,7 @@ JS
|
||||
HTML
|
||||
);
|
||||
|
||||
$sDialogTitleSanitized = addslashes(utils::EscapeHtml($sTitle));
|
||||
$sDialogTitleSanitized = addslashes(utils::HtmlToText($sTitle));
|
||||
$oPage->add_ready_script(<<<JS
|
||||
$('#ac_dlg_{$this->iId}').dialog({
|
||||
width: $(window).width()*0.8,
|
||||
|
||||
Reference in New Issue
Block a user