소스 검색

Don't drop empty tags

Nathaniel van Diepen 7 년 전
부모
커밋
cbdda031a2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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',