diff options
author | justdave%syndicomm.com <> | 2004-01-20 07:44:54 +0100 |
---|---|---|
committer | justdave%syndicomm.com <> | 2004-01-20 07:44:54 +0100 |
commit | 87e558fbfe48198f1109440f8974927e4b93e851 (patch) | |
tree | 207b1a0387ecb6d8e52152be73873ba6d879463f /Bugzilla | |
parent | e610e002ba28613b49515473bccceb90f203d2aa (diff) | |
download | bugzilla-87e558fbfe48198f1109440f8974927e4b93e851.tar.gz bugzilla-87e558fbfe48198f1109440f8974927e4b93e851.tar.xz |
Backing out bug 230293, we decided this was the wrong approach.
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 e65bde0d7..a1bf74ba0 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -101,7 +101,7 @@ use constant contenttypes => "rdf" => "application/xml" , "xml" => "text/xml" , "js" => "application/x-javascript" , - "csv" => "text/csv" , + "csv" => "text/plain" , "png" => "image/png" , }; |