ox-html: Ensure space between tag and attribute when closing tags
commit69dabd48bcd72bdf047fe7e5491a6b25294e194e
authorLawrence Mitchell <wence@gmx.li>
Tue, 7 May 2013 16:56:29 +0000 (7 17:56 +0100)
committerBastien Guerry <bzg@altern.org>
Tue, 7 May 2013 20:04:53 +0000 (7 22:04 +0200)
tree31dd8626b68aa7a13b9c4b1e1e59e82dae015f3b
parent29ab1bb74ef2b0fc81cabc113cebb5e1c2ef8466
ox-html: Ensure space between tag and attribute when closing tags

* lisp/ox-html.el (org-html-close-tag): Add space before attr.

We might get an attribute to a tag with no space at its start.  Rather
than auditing all callers, unconditionally separate the tag from its
attributes with a space when closing the tag.
lisp/ox-html.el