diff options
author | jocuri%softhome.net <> | 2004-01-11 08:00:25 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-01-11 08:00:25 +0100 |
commit | e4bdfbbf265b93bbb9efa5d987ddb1d9167df28d (patch) | |
tree | 264f92f7ea726fbff0c281fee355813495b3fc54 | |
parent | 50b322f7015a5e4ad0c57a1f0b49a061bdc71faf (diff) | |
download | bugzilla-e4bdfbbf265b93bbb9efa5d987ddb1d9167df28d.tar.gz bugzilla-e4bdfbbf265b93bbb9efa5d987ddb1d9167df28d.tar.xz |
Bug 230293: Need User configurable CSV seperator, or return as text/csv MIME type; patch by Stephen Lee <slee@wilcoxassoc.com>; r=gerv; a=justdave.
-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 a1bf74ba0..e65bde0d7 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/plain" , + "csv" => "text/csv" , "png" => "image/png" , }; |