forked from extern/egroupware
disable encoding as entities, as it is unnecessary in EGroupware, because we are using utf-8 everywhere
This commit is contained in:
parent
18e2ba28fc
commit
7b393d6ab9
@ -149,8 +149,6 @@ class egw_ckeditor_config
|
||||
$config['resize_enabled'] = false;
|
||||
$config['height'] = (int)$height;
|
||||
|
||||
$config['entities'] = true;
|
||||
$config['entities_latin'] = true;
|
||||
$config['editingBlock'] = true;
|
||||
$config['disableNativeSpellChecker'] = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user