I am trying to replace the default entry editor by an HTML editor such as this one (http://www.fredck.com/FCKeditor/ ).
I got the editor to work just fine except for one thing :
When I edit an entry, all HTML codes are replaced by their escaped equivalent.
For example : becomes </A>
This makes WYSIWYG editing completely useless
Can anybody point me to the right direction to disable this text filter before displaying the editable text ?