comment blocks: explicitly append a newline to the body

* lisp/org-exp-blocks.el (org-export-blocks-format-comment):
  Explicitly append a newline to the body.
This commit is contained in:
Eric Schulte 2011-02-25 17:05:20 -07:00
parent 7b211c86e7
commit 4ce05a79a0
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ other backends, it converts the comment into an EXAMPLE segment."
"<p>\n"
"#+END_HTML\n"
body
"#+BEGIN_HTML\n"
"\n#+BEGIN_HTML\n"
"</p>\n"
"</div>\n"
"#+END_HTML\n"))