Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-22 | Remove svg namespace from html5 output | Benjamin Franzke | 1 | -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-06 | minify_html: Also remove spaces when question mark is in attribute | Benjamin Franzke | 1 | -1/+1 | |
2016-07-05 | Revert "minify_html: Remove space after quoted attributes" | Benjamin Franzke | 1 | -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-05 | minify_html: Remove space after quoted attributes | Benjamin Franzke | 1 | -0/+1 | |
2016-07-05 | Minify html | Benjamin Franzke | 1 | -0/+6 | |