Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Jan 2010 at 14:20 UTC
Updated:
8 Feb 2010 at 15:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mephir commentedTemporarily add above code to ckeditor.config.js:
config.entities = false;I fix this bug immediately.
Comment #2
mephir commentedProblems with boolean config values in custom javascript configuration.
Comment #3
mephir commentedHere is a patch.
Comment #4
j0nathan commentedHi,
Patch #3 works with this in "Custom javascript configuration" into a profile:
CKEDITOR.config.entities = false;
CKEDITOR.config.entities_latin = false;
Thank you very much.
Comment #5
mephir commentedChanges commited to cvs.
Comment #7
cihanyilmaz88 commentedHey all,
Where can i put this patch? Please explaint it some more, i am newbie at this work...