org-e-html: Remove spurious newline character before paragraphs

* contrib/lisp/org-e-html.el (org-e-html-paragraph): Remove spurious
  newline character before paragraphs.
This commit is contained in:
Nicolas Goaziou 2012-06-01 18:25:15 +02:00
parent d8d60627d1
commit c1ba122a57
1 changed files with 1 additions and 1 deletions

View File

@ -2617,7 +2617,7 @@ the plist used as a communication channel."
((org-e-html-standalone-image-p paragraph info)
;; standalone image
contents)
(t (format "\n<p%s>\n%s\n</p>" extra contents)))))
(t (format "<p%s>\n%s\n</p>" extra contents)))))
;;;; Plain List