Protected linebreak element after timestamp markup

* org-html.el (org-html-handle-time-stamps): Protected linebreak
element after timestamp markup.

Follow up of 1fb33b595d.
This commit is contained in:
David Maus 2011-03-21 06:45:10 +01:00
parent 1fb33b595d
commit 38c6b17822
1 changed files with 1 additions and 1 deletions

View File

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