org-xhtml.el: Merge commit 2f50b1

This commit is contained in:
Jambunathan K 2011-11-14 01:49:15 +05:30
parent 457375be28
commit 9edb523bdd
1 changed files with 2 additions and 2 deletions

View File

@ -816,8 +816,8 @@ ATTR is a string of other attributes of the \"a\" element."
(defun org-xhtml-format-inline-image (desc) (defun org-xhtml-format-inline-image (desc)
;; FIXME: alt text missing here? ;; FIXME: alt text missing here?
(org-xhtml-format-tags "<img src=\"%s\" alt=\"\"/>" "" desc)) (org-xhtml-format-tags
"<img src=\"%s\" alt=\"%s\"/>" "" desc (file-name-nondirectory desc)))
;; FIXME: the org-lparse defvar belongs to org-lparse.el ;; FIXME: the org-lparse defvar belongs to org-lparse.el
(defvar org-lparse-link-description-is-image) (defvar org-lparse-link-description-is-image)