summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-06 07:15:06 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-06 07:15:06 +0200
commit49e73a47ad7bde561af5ee0ad904bb1473ee4925 (patch)
tree9fa756f3e2dc3981f3c26e7f02d820bd5a2cd398
parent7e5e9f4bac43ccb48fe5beff1b061e503c77005e (diff)
downloadmutti-web-49e73a47ad7bde561af5ee0ad904bb1473ee4925.tar.gz
mutti-web-49e73a47ad7bde561af5ee0ad904bb1473ee4925.tar.bz2
mutti-web-49e73a47ad7bde561af5ee0ad904bb1473ee4925.zip
minify_html: Also remove spaces when question mark is in attribute
-rw-r--r--minify_html.sed2
1 files changed, 1 insertions, 1 deletions
diff --git a/minify_html.sed b/minify_html.sed
index 2a9761d..fc9c5bc 100644
--- a/minify_html.sed
+++ b/minify_html.sed
@@ -3,4 +3,4 @@ s/<\/\(body\|head\|html\)>//g
s/<\/\(li\|p\)>//g
-s/="\([a-zA-Z0-9_:.\/#&;@-]*\)"/=\1/g
+s/="\([a-zA-Z0-9_:.\/#&;@?-]*\)"/=\1/g