summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-01-11 08:00:25 +0100
committerjocuri%softhome.net <>2004-01-11 08:00:25 +0100
commite4bdfbbf265b93bbb9efa5d987ddb1d9167df28d (patch)
tree264f92f7ea726fbff0c281fee355813495b3fc54 /Bugzilla
parent50b322f7015a5e4ad0c57a1f0b49a061bdc71faf (diff)
downloadbugzilla-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.
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Constants.pm2
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" ,
};