From 268d434501cdaefcff9c94c770c7a2901e207bc0 Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Wed, 25 Oct 2006 13:40:38 +0000 Subject: [PATCH] fix IE only javascript problem --- phpgwapi/inc/class.html.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpgwapi/inc/class.html.inc.php b/phpgwapi/inc/class.html.inc.php index cd55ef64bb..a45b3e1d77 100644 --- a/phpgwapi/inc/class.html.inc.php +++ b/phpgwapi/inc/class.html.inc.php @@ -605,8 +605,7 @@ class html theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", valid_elements : "strong/b[class],em/i[class],strike[class],u[class],p[dir|class|align],ol,ul,li,br,\ - sub,sup,blockquote[dir|style],pre[class|align],address[class|align],hr,font[color]", - '; + sub,sup,blockquote[dir|style],pre[class|align],address[class|align],hr,font[color]"'; return $this->tinymce($_name, $_content, $_style, $init_options, $_base_href); break;