From 95a8866ac9b4da3c11928e015387d8e0805c3fa6 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Sun, 8 Mar 2009 05:00:25 +0000 Subject: [PATCH] Added proper xml statement to write_header(). svn: r12244 --- src/plugins/webreport/NarrativeWeb.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 5ef4361cf..9fa2cc33a 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -383,7 +383,8 @@ class BasePage: Note. 'title' is used as currentsection in the navigation links. """ - of.write('\n') + of.write('\n') xmllang = Utils.xml_lang()