Skip to content

Commit 339951f

Browse files
committed
Removed abbr and added area to the list of self-closing tags; closes jquery#5167.
1 parent 7eff9d9 commit 339951f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manipulation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var rinlinejQuery = / jQuery\d+="(?:\d+|null)"/g,
22
rleadingWhitespace = /^\s+/,
33
rxhtmlTag = /(<([\w:]+)[^>]*?)\/>/g,
4-
rselfClosing = /^(?:abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i,
4+
rselfClosing = /^(?:area|br|col|img|input|link|meta|param|hr|area|embed)$/i,
55
rtagName = /<([\w:]+)/,
66
rtbody = /<tbody/i,
77
rhtml = /<|&\w+;/,

0 commit comments

Comments
 (0)