]> source.dussan.org Git - jquery.git/commit
Fixes #11402. domManip now also removes the closing part of HTML comments or CDATA...
authorjaubourg <j@ubourg.net>
Sat, 5 May 2012 23:27:01 +0000 (01:27 +0200)
committerjaubourg <j@ubourg.net>
Sat, 5 May 2012 23:27:01 +0000 (01:27 +0200)
commita743be19bd3622071c22e9874c92024bc3f5367a
tree58a0553535bfd524dffc94d9294a2954cdba2647
parente3cf0e220c6cfaac18642f3d4db96698ea601791
Fixes #11402. domManip now also removes the closing part of HTML comments or CDATA surrounding executed scripts. Unit tests added.
src/manipulation.js
test/data/cleanScript.html [new file with mode: 0644]
test/unit/ajax.js