Don't use HTML tables for footnote defintions.
commitccee7e4885976012e12e40acb73d00894fc54fb2
authorBastien Guerry <bzg@altern.org>
Sun, 10 Mar 2013 11:09:43 +0000 (10 12:09 +0100)
committerBastien Guerry <bzg@altern.org>
Sun, 10 Mar 2013 11:09:43 +0000 (10 12:09 +0100)
tree42ba44079abf5484f8bfc8d6f22a7b698f3936b4
parent69c617c998ad2752d558e02e0ab13d07a4ed269b
Don't use HTML tables for footnote defintions.

* ox-html.el (org-html-format-footnote-definition)
(org-html-footnote-section): Don't wrap footnote definitions into
tables.
(org-html-paragraph): Add HTML style and class parameter when the
paragraph is in a footnote definition.  Also allow to add an extra
string after the paragraph.  Further parameters can be added for
paragraphs in other environments.

Thanks to Samuel Wales for asking this.
lisp/ox-html.el