From: travis%sedsystems.ca <> Date: Wed, 2 Mar 2005 02:32:04 +0000 (+0000) Subject: Bug 283933 : Bugzilla should send XML templates as application/xml X-Git-Tag: bugzilla-2.19.3~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62383feb65362bffbfd660e0ba8fe616d213b405;p=thirdparty%2Fbugzilla.git Bug 283933 : Bugzilla should send XML templates as application/xml Patch by Anne van Kesteren r=justdave a=justdave --- 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" ,