Hello!
When adding a title to an image that has a quote in it, such "This is it!", Ckeditor does what's expected, converting the html to:
title=""This is it!""
And, upon saving, the web page looks great. However, upon re-opening the same webpage, the "s' become converted to actual quotes i.e. " which, of course has some unpleasant effects. I think that the issue is that I have config.entities = false in my config file (it's a foreign language website and I'd prefer to maintain the original characters) so it's converting " to ".
Might there be a way for Ckeditor to realize that "'s that are part of title tags shouldn't be turned into "s? And, if not, is there a workaround?
Thanks so much,
Eric