summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-03-02 03:32:04 +0100
committertravis%sedsystems.ca <>2005-03-02 03:32:04 +0100
commit62383feb65362bffbfd660e0ba8fe616d213b405 (patch)
tree518666e6e93facf96da121157914f29258938dd4 /Bugzilla/Constants.pm
parente194919edc98397062fee13305e0ec9d192e3893 (diff)
downloadbugzilla-62383feb65362bffbfd660e0ba8fe616d213b405.tar.gz
bugzilla-62383feb65362bffbfd660e0ba8fe616d213b405.tar.xz
Bug 283933 : Bugzilla should send XML templates as application/xml
Patch by Anne van Kesteren <bug@annevankesteren.nl> r=justdave a=justdave
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 8837d2276..c07742ed0 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" ,