diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 1e7bfe759..0b092f4cd 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -179,7 +179,7 @@ module.exports = (grunt) -> useShortDoctype: false removeEmptyAttributes: true removeOptionalTags: true - removeEmptyElements: true + removeEmptyElements: false lint: false keepClosingSlash: false caseSensitive: true