Skip to content

Commit 4bc691a

Browse files
rwaldrondmethvin
authored andcommitted
Reverts broken support string. Fixes #10197
1 parent 5e2ec36 commit 4bc691a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jQuery.support = (function() {
2424

2525
// Preliminary tests
2626
div.setAttribute("className", "t");
27-
div.innerHTML = " <link><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type=checkbox>";
27+
div.innerHTML = " <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>";
2828

2929

3030
all = div.getElementsByTagName( "*" );

0 commit comments

Comments
 (0)