fix problem occurred caused by faulty merge: causing the unwanted html encoding of entities

This commit is contained in:
Klaus Leithoff 2012-07-03 15:13:10 +00:00
parent 195069850b
commit 3a9762bddd

View File

@ -151,8 +151,6 @@ class egw_ckeditor_config
//disable encoding as entities needs to set the config value to false, as the default is true with the current ckeditor version
$config['entities'] = false;
$config['entities_latin'] = false;
$config['entities'] = true;
$config['entities_latin'] = true;
$config['editingBlock'] = true;
$config['disableNativeSpellChecker'] = true;