From 1307c96e9e04e46a43fe1f5c7bac06e9d347ff08 Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Wed, 29 Aug 2007 12:09:26 +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 a05bbc24c4..a5fbba61db 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -221,7 +221,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