* org-html.el (org-html-handle-links): Don't protect img tag in link description. Follow up of 7b74ef1c135505b56537d6bdc18ad9e1a713154b.
@@ -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")