X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fmanipulation.js;h=20a107565e01273924c990fe10b5ca2032aaacad;hb=0d5c3a68a092401089c9242bdafdb1b2534feb6a;hp=55017c196ff82a15ec3cd6c6a9143c0427c80b24;hpb=a3b8ac413f9c55994922c20b39223ab9ae6d1afa;p=jquery.git diff --git a/src/manipulation.js b/src/manipulation.js index 55017c1..20a1075 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -286,7 +286,7 @@ jQuery.extend({ if ( typeof elem === "string" ) { // Fix "XHTML"-style tags in all browsers elem = elem.replace(/(<(\w+)[^>]*?)\/>/g, function(all, front, tag){ - return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i) ? + return /^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i.test(tag) ? all : front + ">"; }); @@ -302,7 +302,7 @@ jQuery.extend({ !tags.indexOf("", "" ] || - tags.match(/^<(thead|tbody|tfoot|colg|cap)/) && + /^<(thead|tbody|tfoot|colg|cap)/.test(tags) && [ 1, "", "
" ] || !tags.indexOf("