ox-html: Change footpara wrapper
commitfd990a81e38ad80892519395ed52fbef5aca6545
authorRasmus <rasmus@gmx.us>
Mon, 13 Jul 2015 09:10:57 +0000 (13 11:10 +0200)
committerRasmus <rasmus@gmx.us>
Mon, 13 Jul 2015 09:36:25 +0000 (13 11:36 +0200)
treef02e779547c3dd0a944345e76c46e186efe93e8c
parent4baf015ab4581596cdb11709ee8eaf9274013912
ox-html: Change footpara wrapper

* ox-html.el (org-html-footnote-section): Wrap footnote definitions
  content in a div rather than a p.  p is a bad element to use for a
  wrapper as it can neither contain other p elements nor tables.
  (org-html-style-default): Change .footpara to inline display style.

Reported-by: OSiUX <xuiso@osiux.com.ar>
<http://permalink.gmane.org/gmane.emacs.orgmode/98984>
lisp/ox-html.el