From c40b378bff70dd32be5fa6f0c080563cbcb578bc Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" Date: Sat, 27 Apr 2002 06:25:41 +0000 Subject: [PATCH] Bug 105960 - xml.cgi has wrong content type, and should be standalone r=caillon x2 git-svn-id: svn://10.0.0.236/trunk@120095 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/Bug.pm | 2 +- mozilla/webtools/bugzilla/Bugzilla/Bug.pm | 2 +- mozilla/webtools/bugzilla/xml.cgi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/webtools/bugzilla/Bug.pm b/mozilla/webtools/bugzilla/Bug.pm index 5ae83d29525..7ac2bd1012c 100755 --- a/mozilla/webtools/bugzilla/Bug.pm +++ b/mozilla/webtools/bugzilla/Bug.pm @@ -325,7 +325,7 @@ sub XML_Header { my ($urlbase, $version, $maintainer, $exporter) = (@_); my $xml; - $xml = "\n"; + $xml = "\n"; $xml .= "\n"; + $xml = "\n"; $xml .= "