瀏覽代碼

ox-html.el (org-html--build-meta-info): Add a newline before the title meta information

* ox-html.el (org-html--build-meta-info): Add a newline before
the title meta information.
Bastien Guerry 12 年之前
父節點
當前提交
451e8be770
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox-html.el

+ 1 - 1
lisp/ox-html.el

@@ -1241,7 +1241,7 @@ INFO is a plist used as a communication channel."
     (concat
      (format "<title>%s</title>\n" title)
      (format
-      "<meta http-equiv=\"Content-Type\" content=\"text/html;charset=%s\"/>"
+      "<meta http-equiv=\"Content-Type\" content=\"text/html;charset=%s\"/>\n"
       (or (and org-html-coding-system
 	       (fboundp 'coding-system-get)
 	       (coding-system-get org-html-coding-system 'mime-charset))