diff options
author | travis%sedsystems.ca <> | 2005-03-02 03:32:04 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-03-02 03:32:04 +0100 |
commit | 62383feb65362bffbfd660e0ba8fe616d213b405 (patch) | |
tree | 518666e6e93facf96da121157914f29258938dd4 /Bugzilla | |
parent | e194919edc98397062fee13305e0ec9d192e3893 (diff) | |
download | bugzilla-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')
-rw-r--r-- | Bugzilla/Constants.pm | 2 |
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" , |