瀏覽代碼

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.
Nicolas Goaziou 13 年之前
父節點
當前提交
c1ba122a57
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contrib/lisp/org-e-html.el

+ 1 - 1
contrib/lisp/org-e-html.el

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