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/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to