Currently our version of the editor is generating encoded HTML instead of HTML. We're getting this:
<p>&nbsp;This <strong>is a test of </strong>what is being saved.</p>
instead of this:
<p> This <strong>is a test of </strong>what is being saved.</p>
and we've set FCKConfig.HtmlEncodeOutput = false;
Is there something else that needs to be set to make this happen? I've looked through the documentation and I don't see anything.
If you seriously use
If you seriously use FCKEditor you should update it to CKEditor, because the latter one replaced FCKEditor few years ago. Otherwise most of us won't be able to help you.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
FCKEditor isn't my choice...
It's not my choice. It's bundled with an Oracle product so I have to use what's supported. That being said... any ideas on how to make it generate HTML instead of encoded html?