aboutsummaryrefslogtreecommitdiffhomepage
path: root/minifiers/minifiers.go
diff options
context:
space:
mode:
Diffstat (limited to 'minifiers/minifiers.go')
-rw-r--r--minifiers/minifiers.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/minifiers/minifiers.go b/minifiers/minifiers.go
index c2f3ef6df..28058dcd8 100644
--- a/minifiers/minifiers.go
+++ b/minifiers/minifiers.go
@@ -67,6 +67,7 @@ func New(mediaTypes media.Types, outputFormats output.Formats) Client {
htmlMin := &html.Minifier{
KeepDocumentTags: true,
KeepConditionalComments: true,
+ KeepEndTags: true,
}
// We use the Type definition of the media types defined in the site if found.