diff --git a/lisp/org-html.el b/lisp/org-html.el
index 03a597500..e6f5ed5a9 100644
--- a/lisp/org-html.el
+++ b/lisp/org-html.el
@@ -789,7 +789,7 @@ MAY-INLINE-P allows inlining it as an image."
(message "image %s %s" thefile org-par-open)
(org-export-html-format-image thefile org-par-open))
(concat
- ""
+ ""
(org-export-html-format-desc desc)
"")))))