From bec51776a496345cf5d6253fa9a9daf6ce8ef913 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Mon, 29 Apr 2013 08:43:42 +0000 Subject: [PATCH] we set allowedContent to true as the 4.1 contentFiltering system allows only activated features as content --- phpgwapi/inc/class.egw_ckeditor_config.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpgwapi/inc/class.egw_ckeditor_config.inc.php b/phpgwapi/inc/class.egw_ckeditor_config.inc.php index 71719ffbee..a1257bc8e2 100644 --- a/phpgwapi/inc/class.egw_ckeditor_config.inc.php +++ b/phpgwapi/inc/class.egw_ckeditor_config.inc.php @@ -212,6 +212,8 @@ class egw_ckeditor_config $config['entities_latin'] = false; $config['editingBlock'] = true; $config['disableNativeSpellChecker'] = true; + // we set allowedContent to true as the 4.1 contentFiltering system allows only activated features as content + $config['allowedContent'] = true; $config['removePlugins'] = 'elementspath';