From 03d147455a5ae3a511334c4ad58b7ef986e3e2cd Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 2 Jul 2009 07:44:01 +0200 Subject: [PATCH] Let `org-export-html-xml-declaration' use only double quote char. Mixing single and double quotes after the "echo" instruction seems to result in weird display. Using only double quote char fixes this. --- lisp/org-html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index 1cc9e448c..ee720655d 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -61,7 +61,7 @@ by the footnotes themselves." (defcustom org-export-html-xml-declaration '(("html" . "") - ("php" . "'; ?>")) + ("php" . "\"; ?>")) "The extension for exported HTML files. %s will be replaced with the charset of the exported file. This may be a string, or an alist with export extensions