Browse Source

Don't drop empty tags

Nathaniel van Diepen 6 years ago
parent
commit
cbdda031a2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Data/template.class.php

+ 2 - 1
Data/template.class.php

@@ -27,7 +27,8 @@
 			'merge-divs'=>false,
 			'merge-spans'=>false,
 			'logical-emphasis'=>false,
-			'literal-attributes'=>true
+			'literal-attributes'=>true,
+			'drop-empty-elements'=>false
 		];
 		private static $regex = [
 			'getmatch'=>'/\{!([^#\/?_][^}\n]*?)\}/i',