git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d85d366
)
Removed 'abbr' from self-closing tags list. Fixes #5167.
author
jeresig
<jeresig@gmail.com>
Thu, 17 Dec 2009 20:04:07 +0000
(15:04 -0500)
committer
jeresig
<jeresig@gmail.com>
Thu, 17 Dec 2009 20:04:07 +0000
(15:04 -0500)
src/manipulation.js
patch
|
blob
|
history
diff --git
a/src/manipulation.js
b/src/manipulation.js
index
d5523dd
..
cfb9c9d
100644
(file)
--- a/
src/manipulation.js
+++ b/
src/manipulation.js
@@
-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+;/,