﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5282	Firefox 3.6 url(&quot; ... &quot;) - Quotes issue	saxx		"[1] seems to have the same problem as I do (just copied the description from there):

Hi, in firefox 3.6, when in ""source"" mode and you set the style property, for example:

{{{
<div style=""background:url(image.jpg)"">content</div>
}}} 

firefox 3.6 replaces that code with this (adds &quot;):

{{{
<div style=""background: url(&quot;image.jpg&quot;)"">content</div>
}}}

and, when you save and reload it, all html is broken:

{{{
<div image.jpg="""" repeat="""" scroll="""" style="""">content</div>
}}}


ps: It seems to work correctly in IE8.


[1] http://cksource.com/forums/viewtopic.php?f=11&t=17634&hilit=firefox+url+quote+problem"	Bug	closed	Normal		General	3.2	invalid		
