diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 8837d22761312c5d8a6ac2239eaa2eaa15105692..c07742ed073b85c7d77b044787aeb2f7a63634e5 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" ,