diff --git a/ox-reveal.el b/ox-reveal.el index 9074936..653cdfb 100644 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -754,7 +754,7 @@ holding export options." ;; Check-boxes in descriptive lists are associated to tag. (concat (format "%s" attr-html (concat checkbox term)) - "
")))) + (format "" attr-html))))) (unless (eq type 'descriptive) checkbox) (and contents (org-trim contents)) (case type