diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php index 727908a43..58d05cefc 100644 --- a/e107_handlers/e_parse_class.php +++ b/e107_handlers/e_parse_class.php @@ -2704,7 +2704,7 @@ class e_parser protected $allowedTags = array('html', 'body','div','a','img','table','tr', 'td', 'th', 'tbody', 'thead', 'colgroup', 'b', 'i', 'pre','code', 'strong', 'u', 'em','ul', 'ol', 'li','img','h1','h2','h3','h4','h5','h6','p', 'div','pre','section','article', 'blockquote','hgroup','aside','figure','span', 'audio', 'video', 'br', - 'small', 'caption', 'noscript' + 'small', 'caption', 'noscript', 'hr' ); protected $scriptTags = array('script','applet','iframe','form','input','button'); //allowed when $pref['post_script'] is enabled.