From: kangax Date: Mon, 3 Feb 2014 20:33:31 +0000 (-0500) Subject: Update dist X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4a3852092d7c072465a60fa28eb83350926d149b;p=html-minifier.git Update dist --- diff --git a/dist/all.js b/dist/all.js index 8d03565..3f76936 100644 --- a/dist/all.js +++ b/dist/all.js @@ -31,7 +31,7 @@ endTag = /^<\/([\w:-]+)[^>]*>/, attr = /([\w:-]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|([^>\s]+)))?/g, doctype = /^]+>/i, - startIgnore = /<(%|\?)/; + startIgnore = /<(%|\?)/, endIgnore = /(%|\?)>/; // Empty Elements - HTML 4.01