From 7545d93cbcd13bbbcce678a881ab3fb44177ee3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20St=C3=B6ckel?= Date: Thu, 24 Jun 2010 08:38:56 +0000 Subject: [PATCH] Fixed problem with indent not working with new CKEditor3 --- 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 3e9afe9d61..934faa7bad 100644 --- a/phpgwapi/inc/class.html.inc.php +++ b/phpgwapi/inc/class.html.inc.php @@ -1450,7 +1450,7 @@ class html // EnableID is needed for anchor tags $config->set('Attr.EnableID',true); // actual allowed tags and attributes - $config->set('HTML.Allowed', 'br,p[align],b,i,u,s,em,pre,tt,strong,strike,center,div[align|style],hr[class|style],'. + $config->set('HTML.Allowed', 'br,p[align|style],b,i,u,s,em,pre,tt,strong,strike,center,div[align|style],hr[class|style],'. 'ul[type],ol[type|start],li,'. 'h1,h2,h3,h4,h5,h6,'. 'span[class|style],'.