Opened 14 years ago
Last modified 8 years ago
#7352 confirmed Bug
Single quotes in attributes converted to double quotes — at Initial Version
Reported by: | Marcel | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Output Data | Version: | 3.1.1 |
Keywords: | IE | Cc: |
Description
When using single quotes in html attributes they somehow get converted to double quotes and then htmlencoded to "
In my case this happens when I try to do this in the code view:
<a href="URL" style="font-family: 'Trebuchet MS';">Link</a>
Switch back to normal view and to code again, and CKEditor transformed it into this:
<a href="URL" style="font-family: "Trebuchet MS";">Link</a>
Not quite the desired result.
Is there a hotfix for this or do I have to wait for it to get fixed? (couldn't find it on Google)