From 62383feb65362bffbfd660e0ba8fe616d213b405 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Wed, 2 Mar 2005 02:32:04 +0000 Subject: [PATCH] Bug 283933 : Bugzilla should send XML templates as application/xml Patch by Anne van Kesteren r=justdave a=justdave --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 8837d22761..c07742ed07 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -128,7 +128,7 @@ use constant contenttypes => { "html" => "text/html" , "rdf" => "application/rdf+xml" , - "xml" => "text/xml" , + "xml" => "application/xml" , "js" => "application/x-javascript" , "csv" => "text/plain" , "png" => "image/png" , -- 2.47.2