From acf7b3bd76af68b8d364b77f043e3f2ee8fdac56 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" Date: Tue, 1 Mar 2005 18:32:04 +0000 Subject: [PATCH] Bug 283933 : Bugzilla should send XML templates as application/xml Patch by Anne van Kesteren r=justdave a=justdave --- webtools/bugzilla/Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/bugzilla/Bugzilla/Constants.pm b/webtools/bugzilla/Bugzilla/Constants.pm index 8837d227613..c07742ed073 100644 --- a/webtools/bugzilla/Bugzilla/Constants.pm +++ b/webtools/bugzilla/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" ,