aboutsummaryrefslogtreecommitdiffstats
path: root/src/preferences.el
diff options
context:
space:
mode:
Diffstat (limited to 'src/preferences.el')
-rw-r--r--src/preferences.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preferences.el b/src/preferences.el
index a5f1d6d..c035c0c 100644
--- a/src/preferences.el
+++ b/src/preferences.el
@@ -1142,7 +1142,7 @@ tbl) tbl)
(puthash "selfClosing" nil tbl)
tbl) tbl)
(puthash "div" (let ((tbl (make-hash-table :test 'equal)))
-(puthash "block" nil tbl)
+(puthash "block" t tbl)
(puthash "selfClosing" nil tbl)
tbl) tbl)
(puthash "dl" (let ((tbl (make-hash-table :test 'equal)))
@@ -1371,7 +1371,7 @@ tbl) tbl)
(puthash "selfClosing" nil tbl)
tbl) tbl)
(puthash "p" (let ((tbl (make-hash-table :test 'equal)))
-(puthash "block" nil tbl)
+(puthash "block" t tbl)
(puthash "selfClosing" nil tbl)
tbl) tbl)
(puthash "param" (let ((tbl (make-hash-table :test 'equal)))