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 --- Bug.pm | 2 +- Bugzilla/Bug.pm | 2 +- xml.cgi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Bug.pm b/Bug.pm index 5ae83d295..7ac2bd101 100755 --- a/Bug.pm +++ b/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 .= "