From 990fa623bc649e619fc1173e3d89bb7fb884342f Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 30 Jul 2015 12:31:26 -0700 Subject: [PATCH] Fixed #1163 - Allow hr tag to be used. --- e107_handlers/e_parse_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.