ref: 9b26b5487b5c5142fe9fb58681fe7d1dac95a291
parent: 3dafe206e31bb92f27802a04bf9159cbc20af234
author: Alexandros <[email protected]>
date: Thu Sep 13 05:16:20 EDT 2018
minifiers: Set minifier to KeepEndTags See: https://github.com/tdewolff/minify/blob/948b6490cf3cacab5f4d7474104c3d21bf6eda46/README.md#L171
--- a/minifiers/minifiers.go
+++ b/minifiers/minifiers.go
@@ -68,6 +68,7 @@
KeepDocumentTags: true,
KeepConditionalComments: true,
KeepEndTags: true,
+ KeepDefaultAttrVals: true,
}
// We use the Type definition of the media types defined in the site if found.