Hello all,
Is it possible to change ckeditor so that single quoted hrefs are generated in stead of double quoted?
I.e.
<a href='http://www.mysite.com'>single quoted</a>
In stead of
<a href="http://www.mysite.com">double quoted</a>
Thanks in advance for any reply!