소스 검색

Fixed bug with the brand new about box

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3006 a333f486-631f-4898-b8df-5754b55c2be0
romainq 11 년 전
부모
커밋
96960353a3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/ajax.render.php

+ 2 - 2
pages/ajax.render.php

@@ -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({