mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Removed 'abbr' from self-closing tags list. Fixes #5167.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
var rinlinejQuery = / jQuery\d+="(?:\d+|null)"/g,
|
||||
rleadingWhitespace = /^\s+/,
|
||||
rxhtmlTag = /(<([\w:]+)[^>]*?)\/>/g,
|
||||
rselfClosing = /^(?:abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i,
|
||||
rselfClosing = /^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,
|
||||
rtagName = /<([\w:]+)/,
|
||||
rtbody = /<tbody/i,
|
||||
rhtml = /<|&\w+;/,
|
||||
|
||||
Reference in New Issue
Block a user