diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php index 5974c24bf..448e25210 100644 --- a/e107_handlers/e_parse_class.php +++ b/e107_handlers/e_parse_class.php @@ -2432,7 +2432,7 @@ class e_parser private $allowedAttributes = array( 'default' => array('id', 'style', 'class'), 'img' => array('id', 'src', 'style', 'class', 'alt', 'title', 'width', 'height'), - 'a' => array('id', 'href', 'style', 'class', 'title'), + 'a' => array('id', 'href', 'style', 'class', 'title', 'target'), 'script' => array('type', 'src', 'language') ); private $badAttrValues = array("javascript[\s]*?:","alert\(","vbscript[\s]*?:","data:text\/html", "mhtml[\s]*?:", "data:[\s]*?image");