Fixed bug with the brand new about box

SVN:trunk[3006]
This commit is contained in:
Romain Quetiez
2013-11-29 11:23:51 +00:00
parent 5f98c0dcab
commit 47c65b161d

View File

@@ -1101,8 +1101,8 @@ EOF
case 'about_box':
$oPage->SetContentType('text/html');
$sDialogTitle = Dict::S('UI:About:Title');
$sOkButtonLabel = Dict::S('UI:Button:Ok');
$sDialogTitle = addslashes(Dict::S('UI:About:Title'));
$sOkButtonLabel = addslashes(Dict::S('UI:Button:Ok'));
$oPage->add_ready_script(
<<<EOF
$('#about_box').dialog({