瀏覽代碼

Merge branch 'maint'

Kyle Meyer 7 年之前
父節點
當前提交
a343655bb3
共有 1 個文件被更改,包括 2 次插入1 次删除
  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.