소스 검색

Support of the "target" attribute for links.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4524 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 8 년 전
부모
커밋
0660dd2176
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/htmlsanitizer.class.inc.php

+ 1 - 1
core/htmlsanitizer.class.inc.php

@@ -138,7 +138,7 @@ class HTMLDOMSanitizer extends HTMLSanitizer
 	protected static $aTagsWhiteList = array(
 		'html' => array(),
 		'body' => array(),
-		'a' => array('href', 'name', 'style'),
+		'a' => array('href', 'name', 'style', 'target'),
 		'p' => array('style'),
 		'br' => array(),
 		'span' => array('style'),