ox-html: Fix typo

* lisp/ox-html.el (org-html-paragraph): Fix typo introduced in
  da571868a5.
This commit is contained in:
Nicolas Goaziou 2015-04-24 21:24:57 +02:00
parent da571868a5
commit 4542ef8799
1 changed files with 1 additions and 1 deletions

View File

@ -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)) "")))