id summary reporter owner description type status priority milestone component version resolution keywords cc 7352 Single quotes in attributes converted to double quotes Marcel "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: {{{ Link }}} Switch back to normal view and to code again, and CKEditor transformed it into this: {{{ Link }}} 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) ----- **Edit:**[[BR]] I did some checking. Here are the results: * IE9 and IE10 - change ' character to " * IE6-IE8 - delete the ' character * Webkit, Opera and Firefox leave the ' character untouched. Since editor 4.x is creating HTML from scratch in some places perhaps it should introduce ""template behaviour"" in which "" goes outside and ' goes inside (or something like that). " Bug confirmed Normal Core : Output Data 3.1.1 IE