]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 283933 : Bugzilla should send XML templates as application/xml
authortravis%sedsystems.ca <>
Wed, 2 Mar 2005 02:32:04 +0000 (02:32 +0000)
committertravis%sedsystems.ca <>
Wed, 2 Mar 2005 02:32:04 +0000 (02:32 +0000)
Patch by Anne van Kesteren <bug@annevankesteren.nl>  r=justdave  a=justdave

Bugzilla/Constants.pm

index 8837d22761312c5d8a6ac2239eaa2eaa15105692..c07742ed073b85c7d77b044787aeb2f7a63634e5 100644 (file)
@@ -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" ,