org-html.el: Fix bug about remaining "@" when exporting timestamps.

This commit is contained in:
Puneeth Chaganti 2011-02-02 10:45:55 +01:00 committed by Bastien Guerry
parent 8158131e7a
commit b6efc82dd0
1 changed files with 1 additions and 1 deletions

View File

@ -2138,7 +2138,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 "@<br/>")))
(setq r (concat r "<br/>")))
r))))
(defvar htmlize-buffer-places) ; from htmlize.el