I am suffering from an atypical value processing of my textarea manipulated by the ckeditor. What can I do to avoid the error displayed in the Firefox samples below:
CKEDITOR @ Chrome for Windows
1. Publisher:
2. Preview of the contents of the editor:
CKEDITOR @ Firefox for Windows
1. Publisher:
2. Preview of the contents of the editor:
Try config.entities_latin = false; Or config.entities = false; Or config.basicEntities = false;
Try config.entities_latin = false; Or config.entities = false; Or config.basicEntities = false;
– Sorack
@Sorack, just to confirm, which file should I enter these parameters?
– Renoir Reis
config.js if I’m not mistaken
– Sorack