org-html.el (org-html-handle-links): Fix bug in setting the attribute for link with...
commit55f4f921835bbf5d7b8e9dd82fe8dcfef2fac4e2
authorBastien Guerry <bzg@altern.org>
Thu, 31 Jan 2013 09:25:03 +0000 (31 10:25 +0100)
committerBastien Guerry <bzg@altern.org>
Thu, 31 Jan 2013 09:25:03 +0000 (31 10:25 +0100)
tree4f39deae751c50cb70fa644f9325c83f56f787b7
parentebad7d9226c38e6c3886b00cee6233f69ffd6c78
org-html.el (org-html-handle-links): Fix bug in setting the attribute for link with images

* org-html.el (org-html-handle-links): When the link
description is an image and the attribute is "width",
pass the attribute to the <img ...> tag.

Thanks to John Hendy for reporting this.
lisp/org-html.el