We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eff9d9 commit 339951fCopy full SHA for 339951f
src/manipulation.js
@@ -1,7 +1,7 @@
1
var rinlinejQuery = / jQuery\d+="(?:\d+|null)"/g,
2
rleadingWhitespace = /^\s+/,
3
rxhtmlTag = /(<([\w:]+)[^>]*?)\/>/g,
4
- rselfClosing = /^(?:abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i,
+ rselfClosing = /^(?:area|br|col|img|input|link|meta|param|hr|area|embed)$/i,
5
rtagName = /<([\w:]+)/,
6
rtbody = /<tbody/i,
7
rhtml = /<|&\w+;/,
0 commit comments