unclosed input element in html qunit appends.

unclosed input element in html qunit appends.

not a big deal but envjs complains about this line in qunit because its current parser isnt graceful with non-xml markup.
<input type="checkbox" id="filter-missing"><br clear="all">
should be
<input type="checkbox" id="filter-missing"/>
--
Christopher Thatcher