diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 2ef85c5ad..7d42fcf58 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -180,7 +180,7 @@ module.exports = (grunt) -> useShortDoctype: false removeEmptyAttributes: true removeOptionalTags: true - removeEmptyElements: false + removeEmptyElements: true lint: false keepClosingSlash: false caseSensitive: true