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 --- xml.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xml.cgi') diff --git a/xml.cgi b/xml.cgi index 8356c3d89..f35a13cd9 100755 --- a/xml.cgi +++ b/xml.cgi @@ -45,7 +45,7 @@ my $exporter = $::COOKIE{"Bugzilla_login"} || undef; my @ids = split (/[, ]+/, $::FORM{'id'}); -print "Content-type: text/plain\n\n"; +print "Content-type: text/xml\n\n"; print Bug::XML_Header(Param("urlbase"), $::param{'version'}, Param("maintainer"), $exporter); foreach my $id (@ids) { -- cgit v1.2.3-24-g4f1b