﻿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 &quot;

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: &quot;Trebuchet MS&quot;;"">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)"	Bug	new	Normal		Core : Output Data	3.5.2		single quotes attribute converted double quotes	
