Преглед на файлове

Don't protect img tag in link description

* org-html.el (org-html-handle-links): Don't protect img tag in link
description.

Follow up of 7b74ef1c135505b56537d6bdc18ad9e1a713154b.
David Maus преди 14 години
родител
ревизия
1fb33b595d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lisp/org-html.el

+ 1 - 1
lisp/org-html.el

@@ -886,7 +886,7 @@ OPT-PLIST is the export options list."
 	  (if (string-match "^file:" desc)
 	      (setq desc (substring desc (match-end 0)))))
 	(setq desc (org-add-props
-		       (concat "@<img src=\"" desc "\"/>")
+		       (concat "<img src=\"" desc "\"/>")
 		       '(org-protected t))))
       (cond
        ((equal type "internal")