From 145423add81352d933ae47fb99afc79cdf36bac7 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Fri, 16 Apr 2010 12:10:18 +0000 Subject: [PATCH] add h4,h5,h6 for purify whitelist --- phpgwapi/inc/class.html.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.html.inc.php b/phpgwapi/inc/class.html.inc.php index c94fde55cf..1dbcc790df 100644 --- a/phpgwapi/inc/class.html.inc.php +++ b/phpgwapi/inc/class.html.inc.php @@ -206,7 +206,7 @@ class html $config->set('HTML.Allowed', 'br,p[align],b,i,u,s,em,pre,tt,strong,strike,center,div[align],hr[class|style],'. 'font[size|color],'. 'ul[type],ol[type|start],li,'. - 'h1,h2,h3,'. + 'h1,h2,h3,h4,h5,h6,'. 'span[class|style],'. 'table[class|border|cellpadding|cellspacing|width|style|align|bgcolor|align],'. 'tbody,thead,tfoot,colgroup,'.