From 81938dc2c9ae29429d6d8c0b558623a71096f2da Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 5 Jul 2016 21:29:07 +0200 Subject: minify_html: Remove space after quoted attributes --- Makefile | 2 +- minify_html.sed | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9c344ba..5e79469 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ fix_doctype=sed 's/ SYSTEM "about:legacy-compat"//' to_html=$(fix_doctype) | xsltproc xsl/convert-xhtml-to-html.xsl - | $(fix_doctype) | sed -e 's/
<\/br>/
/g' -e 's/<\/img>//g' -e 's/<\/link>//g' -e 's/<\/meta>//g' -e 's///g s/<\/\(li\|p\)>//g s/="\([a-zA-Z0-9_:.\/#&;@-]*\)"/=\1/g +s/\(="[^"]*"\) /\1/g -- cgit