mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Fix: We don't need to have data encode with htmlentities are we are now full utf8.
This commit is contained in:
@@ -8,4 +8,7 @@ CKEDITOR.editorConfig = function( config )
|
||||
// Define changes to default configuration here. For example:
|
||||
// config.language = 'fr';
|
||||
// config.uiColor = '#AADC6E';
|
||||
config.entities = false;
|
||||
config.entities_greek = false;
|
||||
config.entities_latin = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user