From 81f918c8b661c3c19bea130708b8b56a25dce723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20Wei=C3=9F?= Date: Tue, 22 Nov 2005 22:26:35 +0000 Subject: [PATCH] fix: font tag was not allowed --- 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 d4ca814782..cb30d5be94 100644 --- a/phpgwapi/inc/class.html.inc.php +++ b/phpgwapi/inc/class.html.inc.php @@ -497,7 +497,7 @@ class html $tab2a = 'theme_advanced_buttons2_add : "'; $tab3a = 'theme_advanced_buttons3_add : "separator,fullscreen'; $plugs = 'plugins : "paste,fullscreen,advimage,advlink'; - $eve = 'extended_valid_elements : "a[name|href|target|title|onclick], img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]'; + $eve = 'extended_valid_elements : "a[name|href|target|title|onclick], img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],font[*]'; if($init_options) { foreach(explode(',',$init_options) as $plugin)