Browse Source

Merge branch 'maint'

Kyle Meyer 7 years ago
parent
commit
a343655bb3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      contrib/lisp/ox-s5.el

+ 2 - 1
contrib/lisp/ox-s5.el

@@ -292,7 +292,8 @@ which will make the list into a \"build\"."
              "<%s class='org-%s%s'>" tag tag
              (if (org-export-get-node-property :INCREMENTAL plain-list t)
                  " incremental" ""))
-            contents (org-html-end-plain-list type))))
+            contents
+	    (format "</%s>" tag))))
 
 (defun org-s5-inner-template (contents info)
   "Return body of document string after HTML conversion.