In fckeditor I am trying to add comment tags via the 'edit source' window. When I click off of 'edit source' the html is converted to < and >. How do I turn this off? I am running fckEditor 2.0 RC2 and I noticed the live demo doesn't do this. Do I have to upgrade or is there a configuration option to change this?
Wed, 03/23/2005 - 08:56
#1
RE: comment tags
Here is the id of the bug.
http://sourceforge.net/tracker/index.ph ... tid=543653
RC3 says it's fixed this but i've upgarded and i'm still getting the error. I've set FCKConfig.EnableSourceXHTML = false ; and that fixes it. However, the live demo has that set to true and it works. I upgraded by copying the new files over the old. And i've reloaded the js files in the browser to clear the cache. Am I missing something?