From 48fcdfb586c8ff4213ab05dcd849c3e11bb9740c Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Sat, 27 Apr 2002 13:25:41 +0000 Subject: Bug 105960 - xml.cgi has wrong content type, and should be standalone r=caillon x2 --- Bugzilla/Bug.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Bug.pm') diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 5ae83d295..7ac2bd101 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -325,7 +325,7 @@ sub XML_Header { my ($urlbase, $version, $maintainer, $exporter) = (@_); my $xml; - $xml = "\n"; + $xml = "\n"; $xml .= "