summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Maus <dmaus@ictsoc.de>2011-03-21 06:45:10 +0100
committerDavid Maus <dmaus@ictsoc.de>2011-03-21 06:45:10 +0100
commit38c6b17822ffb7ca4f9197c57c271ec417fa3a89 (patch)
tree12f2f17479b0388a1c5c5841bce69b0f883a652f
parent1fb33b595daf4ae1fe5701beb6d5b54f8309f2f8 (diff)
downloadorg-mode-38c6b17822ffb7ca4f9197c57c271ec417fa3a89.tar.gz
Protected linebreak element after timestamp markup
* org-html.el (org-html-handle-time-stamps): Protected linebreak element after timestamp markup. Follow up of 1fb33b595daf4ae1fe5701beb6d5b54f8309f2f8.
-rw-r--r--lisp/org-html.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-html.el b/lisp/org-html.el
index d678195..b13fb93 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 "<br/>")))
+ (setq r (concat r "@<br/>")))
r))))
(defvar htmlize-buffer-places) ; from htmlize.el