Skip to content
Permalink
Browse files
Removed 'abbr' from self-closing tags list. Fixes #5167.
  • Loading branch information
jeresig committed Dec 17, 2009
1 parent d85d366 commit 6bc222e
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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+;/,

0 comments on commit 6bc222e

Please sign in to comment.