summaryrefslogtreecommitdiff
path: root/minify_html.sed
AgeCommit message (Collapse)AuthorFilesLines
2017-07-22Remove svg namespace from html5 outputBenjamin Franzke1-0/+2
svg namespace is added implicitly to the <svg> tags by html5 parsers. (It's actually that the xmlns has no effect for html5 and should theoretically be treated as something has _has_ to be removed during minification)
2016-07-06minify_html: Also remove spaces when question mark is in attributeBenjamin Franzke1-1/+1
2016-07-05Revert "minify_html: Remove space after quoted attributes"Benjamin Franzke1-1/+0
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.
2016-07-05minify_html: Remove space after quoted attributesBenjamin Franzke1-0/+1
2016-07-05Minify htmlBenjamin Franzke1-0/+6