Explorar o código

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 %!s(int64=12) %!d(string=hai) anos
pai
achega
451e8be770
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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))