Explorar o código

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

Puneeth Chaganti %!s(int64=14) %!d(string=hai) anos
pai
achega
b6efc82dd0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-html.el

+ 1 - 1
lisp/org-html.el

@@ -2138,7 +2138,7 @@ But it has the disadvantage, that Org-mode's HTML conversions cannot be used."
 	  s
 	  s
 	(setq r (concat r s))
 	(setq r (concat r s))
 	(unless (string-match "\\S-" (concat b s))
 	(unless (string-match "\\S-" (concat b s))
-	  (setq r (concat r "@<br/>")))
+	  (setq r (concat r "<br/>")))
 	r))))
 	r))))
 
 
 (defvar htmlize-buffer-places)  ; from htmlize.el
 (defvar htmlize-buffer-places)  ; from htmlize.el