Bug: QUnit initialisation fails in Firefox with application/xhtml+xml

Bug: QUnit initialisation fails in Firefox with application/xhtml+xml


Hi,
Using QUnit (testrunner.js 6173 2009-02-02 20:09:32Z jeresig) on
Firefox in an XHTML document served with ContentType: application/xhtml
+xml, initialisation fails at line 264 due to a missing " /":
$('<input type="checkbox" id="filter-missing">')... // rest of line
snipped for brevity
Changing this to
$('<input type="checkbox" id="filter-missing" />')...
resolves the issue.
Note that another checkbox has previously been created in similar
manner at line 261, but this already has the required " /".
Regards,
Nick.
--
Nick Fitzsimons
http://www.nickfitz.co.uk/
















    • Topic Participants

    • nick