﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8373	IE9 adds &quot; entities around URL in style background-image: url(...)	Jakub Ś		"**The issue is that in IE9 extra and unnecessary &quote; are added around url.**

In user's case such code:
{{{
style=""background-image: url(&quot;
http://www.sauvons-les-animaux.com/images/l/log/logo-22-ligne-blancheff.png&quot;);"" 
}}}

was saved in DB what later was transformed to 
{{{
style=""background-image: url(""
http://www.sauvons-les-animaux.com/images/l/log/logo-22-ligne-blancheff.png"");""
}}}

what later was changed by CKEditor to 
{{{
<table border=""0"" cellpadding=""0"" cellspacing=""0"" height=""145"" images=""""
l="""" log="""" style=""background-image: none;"" width=""170""
http://www.sauvons-les-animaux.com="""">
}}}

**Despite of what is changing &quot to "", this wouldn't happen if extra &quot; weren’t  added**
"	Bug	closed	Normal		General	3.1.1	invalid	IE9	
