mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +01:00
fix problem occurred caused by faulty merge: causing the unwanted html encoding of entities
This commit is contained in:
parent
195069850b
commit
3a9762bddd
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user