diff options
Diffstat (limited to 'minifiers/minifiers.go')
-rw-r--r-- | minifiers/minifiers.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/minifiers/minifiers.go b/minifiers/minifiers.go index 07eec34ce..be453d811 100644 --- a/minifiers/minifiers.go +++ b/minifiers/minifiers.go @@ -68,6 +68,7 @@ func New(mediaTypes media.Types, outputFormats output.Formats) Client { KeepDocumentTags: true, KeepConditionalComments: true, KeepEndTags: true, + KeepDefaultAttrVals: true, } // We use the Type definition of the media types defined in the site if found. |