From 698c0d94162ea8de2676378ae64d957c51e779d9 Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Thu, 24 Aug 2006 09:49:38 +0000 Subject: [PATCH] ad font tag as valid html tag --- 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 c87596f807..04dcabe7f2 100644 --- a/phpgwapi/inc/class.html.inc.php +++ b/phpgwapi/inc/class.html.inc.php @@ -607,7 +607,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", + sub,sup,blockquote[dir|style],pre[class|align],address[class|align],hr,font[color]", '; return $this->tinymce($_name, $_content, $_style, $init_options, $_base_href);