From d62795f8a78437d219d6618a3c27c60ad6d5995e Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 20 May 2009 08:32:13 +0200 Subject: [PATCH] Fix bug --- lisp/org-html.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index fe6840891..7b7fc4da7 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -1,3 +1,4 @@ +( ;;; org-html.el --- HTML export for Org-mode ;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 @@ -695,7 +696,7 @@ lang=\"%s\" xml:lang=\"%s\">
" (format org-export-html-xml-declaration - (or charset "iso-8859-1"))) + (or charset "iso-8859-1")) language language (org-html-expand title) (or charset "iso-8859-1") date author description keywords