Parcourir la source

org-html.el (org-export-as-html): Remove another useless space before tag.

* org-html.el (org-export-as-html): Remove another useless
space before tag.

Thanks to Mathias Bauer for spotting this.
Bastien Guerry il y a 13 ans
Parent
commit
d0570f9592
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lisp/org-html.el

+ 1 - 1
lisp/org-html.el

@@ -1639,7 +1639,7 @@ PUB-DIR is set, use this as the publishing directory."
 				"done" "todo")
 			    " " (org-export-html-get-todo-kwd-class-name
 				 (match-string 2 line))
-			    "\"> " (match-string 2 line)
+			    "\">" (match-string 2 line)
 			    "</span>" (substring line (match-end 2)))))
 
 	  ;; Does this contain a reference to a footnote?