ソースを参照

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
              "<%s class='org-%s%s'>" tag tag
              (if (org-export-get-node-property :INCREMENTAL plain-list t)
              (if (org-export-get-node-property :INCREMENTAL plain-list t)
                  " incremental" ""))
                  " incremental" ""))
-            contents (org-html-end-plain-list type))))
+            contents
+	    (format "</%s>" tag))))
 
 
 (defun org-s5-inner-template (contents info)
 (defun org-s5-inner-template (contents info)
   "Return body of document string after HTML conversion.
   "Return body of document string after HTML conversion.