From 902cfc81e6d4f11140b336837c3bb6a68d462d13 Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Wed, 29 Aug 2007 12:10:33 +0000 Subject: [PATCH] =?utf8?q?Bug=20356807=20=C3=A2=C2=80=C2=93=20CSV=20export?= =?utf8?q?=20expose=20text/plain=20as=20MIME=20content=20type.=20Patch=20b?= =?utf8?q?y=20David=20Geldreich=20;=20r=3DLpSolit?= =?utf8?q?,=20vladd;=20a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 761aad1bec..d1b8affe6e 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -208,7 +208,7 @@ use constant contenttypes => "atom"=> "application/atom+xml" , "xml" => "application/xml" , "js" => "application/x-javascript" , - "csv" => "text/plain" , + "csv" => "text/csv" , "png" => "image/png" , "ics" => "text/calendar" , }; -- 2.47.2