summaryrefslogtreecommitdiff
path: root/minify_html.sed
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-05 21:35:24 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-05 21:35:24 +0200
commit29260061973e2259b603f57d7892b08c47e25cbf (patch)
tree498754963818d52b9042f6961cf5980e43ad1724 /minify_html.sed
parent81938dc2c9ae29429d6d8c0b558623a71096f2da (diff)
downloadmutti-web-29260061973e2259b603f57d7892b08c47e25cbf.tar.gz
mutti-web-29260061973e2259b603f57d7892b08c47e25cbf.tar.bz2
mutti-web-29260061973e2259b603f57d7892b08c47e25cbf.zip
Revert "minify_html: Remove space after quoted attributes"
This reverts commit 81938dc2c9ae29429d6d8c0b558623a71096f2da. As validator.w3.org throws the following error: No space between attributes. At line 2, column 4862 Box="0 0 55 55"id=checkmark><p Cause of this revert we're back at a 99% html minification score gtmetrix now.
Diffstat (limited to 'minify_html.sed')
-rw-r--r--minify_html.sed1
1 files changed, 0 insertions, 1 deletions
diff --git a/minify_html.sed b/minify_html.sed
index 9e1f0e4..2a9761d 100644
--- a/minify_html.sed
+++ b/minify_html.sed
@@ -4,4 +4,3 @@ s/<\/\(body\|head\|html\)>//g
s/<\/\(li\|p\)>//g
s/="\([a-zA-Z0-9_:.\/#&;@-]*\)"/=\1/g
-s/\(="[^"]*"\) /\1/g