浏览代码

ox-html: Fix typo

* lisp/ox-html.el (org-html-paragraph): Fix typo introduced in
  da571868a56d33ef970cf0072f34d0ed8db91c55.
Nicolas Goaziou 10 年之前
父节点
当前提交
4542ef8799
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox-html.el

+ 1 - 1
lisp/ox-html.el

@@ -2989,7 +2989,7 @@ the plist used as a communication channel."
   (let* ((parent (org-export-get-parent paragraph))
 	 (parent-type (org-element-type parent))
 	 (style '((footnote-definition " class=\"footpara\"")
-		  (org-data . " class=\"footpara\"")))
+		  (org-data " class=\"footpara\"")))
 	 (attributes (org-html--make-attribute-string
 		      (org-export-read-attribute :attr_html paragraph)))
 	 (extra (or (cadr (assq parent-type style)) "")))