In the css.js file replace the line newLinkElm.setAttributeNS(xhtml,"href",linkURL); by : newLinkElm.setAttributeNS("","href",linkURL)
http://bugzilla.mozilla.org/show_bug.cgi?id=184744
The only reason this works in 1.0 is that 1.0 has a bug in the handling of attribute namespaces.