Reputation: 588
FCKeditor v2.6.6 changes input code containting <
and >
in it to <
and >
respectively causing errors. Is there any way I can configure FCKeditor to parse these characters correctly otherwise they are entered into our database and incorrectly rendered when output in the PHP file.
Upvotes: 1
Views: 1020
Reputation: 24624
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html
Check section for basicEntities. However, this is for CKEditor, FCKEditor might not have this. Maybe you should consider upgrading?
Otherwise, this might help: http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ProcessHTMLEntities
Upvotes: 2