Jelajahi Sumber

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 tahun lalu
induk
melakukan
0660dd2176
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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'),