diff --git a/ox-reveal.el b/ox-reveal.el index 3f8ace9..aa81cd7 100755 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -681,7 +681,7 @@ Extract and set `attr_html' to plain-list tag attributes." (attrs (org-export-read-attribute :attr_html plain-list))) (format "<%s%s>\n%s\n\n" tag - (if attrs (org-html--make-attribute-string attrs) "") + (if attrs (concat " " (org-html--make-attribute-string attrs)) "") contents tag)))