0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-21 06:48:42 +00:00

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.
This commit is contained in:
Bastien Guerry 2012-03-09 03:08:04 +01:00
parent e77daf8391
commit d0570f9592

View file

@ -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?