diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 2e8705d27..b4d510977 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -391,7 +391,14 @@ class BasePage(object): Note. 'title' is used as currentsection in the navigation links. """ - of.write('\n') + # bug fix for #3262; The extensions other than the html ones do not like having the + # xml declaration statement, so do not add it.... + + # a php document begins with '\n') + + # continue with the rest of the document... of.write('\n')