소스 검색

Protected linebreak element after timestamp markup

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

Follow up of 1fb33b595daf4ae1fe5701beb6d5b54f8309f2f8.
David Maus 14 년 전
부모
커밋
38c6b17822
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-html.el

+ 1 - 1
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