diff --git a/lisp/org-html.el b/lisp/org-html.el index d67819542..b13fb93a9 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -2155,7 +2155,7 @@ But it has the disadvantage, that Org-mode's HTML conversions cannot be used." s (setq r (concat r s)) (unless (string-match "\\S-" (concat b s)) - (setq r (concat r "
"))) + (setq r (concat r "@
"))) r)))) (defvar htmlize-buffer-places) ; from htmlize.el