From 3725c417ead16aac35f4f04478ff034e680555a5 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 19 Mar 2013 09:55:39 +0100 Subject: [PATCH] ox-html.el (org-html--build-meta-info): Fix setting of http-equiv="Content-Type" * ox-html.el (org-html--build-meta-info): Fix setting of http-equiv="Content-Type". --- lisp/ox-html.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 457fb4449..09eeb9031 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -1428,7 +1428,8 @@ INFO is a plist used as a communication channel." (format (when :time-stamp-file (format-time-string - (concat "\n"))) + (concat "\n")))) + (format "\n" (or (and org-html-coding-system (fboundp 'coding-system-get) -- 2.11.4.GIT