ox-html.el: Use the correct syntax for image and link attributes
commiteff59a15d76647ce8282626b9eb463dc3706d56e
authorBastien Guerry <bzg@altern.org>
Tue, 19 Mar 2013 18:35:44 +0000 (19 19:35 +0100)
committerBastien Guerry <bzg@altern.org>
Tue, 19 Mar 2013 18:39:35 +0000 (19 19:39 +0100)
treef1a6d5583cc68087d351a1d6028d446d95706ec0
parent9cd0810f90690a7632d11548ec2e2d9bd8be19de
ox-html.el: Use the correct syntax for image and link attributes

* ox-html.el (org-html-link--inline-image): Use the correct
syntax for image attributes.  Allow :width :height and :alt as
predefined attributes for inline images.
(org-html-link, org-html-table): Use the standard syntax---
e.g. "#+attr_html: :options ..."--- to get attributes.
lisp/ox-html.el