Hi there,
I have a problem with my CKEditor configuration.
I added the Editor with javascript and coppied the whole html ouput stuff.
My Problem is now, that the JavaScripts adds Slashes, where no Slashes should be.
Like at the name of a font. E.g.:
Instead of this output:
<p><font face="Comic Sans MS, cursive">Font</font></p>
It makes this:
<p><font face=\"Comic Sans MS, cursive\">Font</font></p>
And I cant find the problem in the script. I dont know where it could be. I hope you can help me.
Many Thanks in advance
You have smart quotes (magic
You have smart quotes (magic quotes) activated on your server. You have to turn them off.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!