X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fmanipulation.js;h=529280a62ab1644576c88322f26ff99eb6341406;hb=a4043cdcbfa1ca069265a7cbcaba269629789cc0;hp=196f2307202eb98c34a820583126de627bcfb082;hpb=fc08d0ea8dc881ed56102eb14e3ad9c54cccc34e;p=jquery.git diff --git a/src/manipulation.js b/src/manipulation.js index 196f230..529280a 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -205,7 +205,7 @@ jQuery.fn.extend({ return jQuery.clean([html.replace(rinlinejQuery, "") // Handle the case in IE 8 where action=/test/> self-closes a tag - .replace(/=([^="'>\s]+\/)>/g, '="$1">') + .replace(/\=([^="'>\s]+\/)>/g, '="$1">') .replace(rleadingWhitespace, "")], ownerDocument)[0]; } else { return this.cloneNode(true);