From 4542ef8799be563a0d2c84bfdcb4cca8f500f184 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 24 Apr 2015 21:24:57 +0200 Subject: [PATCH] ox-html: Fix typo * lisp/ox-html.el (org-html-paragraph): Fix typo introduced in da571868a56d33ef970cf0072f34d0ed8db91c55. --- lisp/ox-html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index bc8b9557b..6c712f652 100644 --- a/lisp/ox-html.el +++ b/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)) "")))