Hello,
Is there a way to remove the extra double quote when submiting content to the database? here is my code:
<strong>
<span grande,sans-serif”="" unicode,lucida="" sans="" style="”font-family:lucida">
<span style="”font-size:72px”">
<span style="”color:#A52A2A”">
<span style="”background-color:#008000”">dasdasdasdasdasd</span>
</span>
</span>
</span>
</strong>
You can see that, there are quotes added whenever i save this html to the database,
can you help me with this?
Thanks

Me too
I have a similar problem, but only when using the color plugin. Which add-ons are you using?
You appear to be using curly
You appear to be using curly quotes. ” and " are different. CKEditor doesn't see straight quotes in source so it adds them to the HTML. Maybe you're writing the source code in Word? Anyway, there's no native function to make CKEditor detect and replace it to straight quotes (that I can think of). Maybe you can create an onPaste plugin that will detect and replace the curly quotes to straight ones?
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!