Remove fix for #11280

This commit is contained in:
Oleg 2012-12-28 19:16:22 +04:00
parent 378ab82865
commit 6215840995

View File

@ -12,7 +12,6 @@ var rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>
// Support: IE 9
option: [ 1, "<select multiple='multiple'>" ],
param: [ 1, "<object>" ],
thead: [ 1, "<table>" ],
tr: [ 2, "<table><tbody>" ],
col: [ 2, "<table><tbody></tbody><colgroup>" ],