From d0570f9592a0fbaa943cf134a12af68facb2d7aa Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 9 Mar 2012 03:08:04 +0100 Subject: [PATCH] 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. --- lisp/org-html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index 24908c53b..5cecc44a2 100644 --- a/lisp/org-html.el +++ b/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) "" (substring line (match-end 2))))) ;; Does this contain a reference to a footnote? -- 2.11.4.GIT