From 87e558fbfe48198f1109440f8974927e4b93e851 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Tue, 20 Jan 2004 06:44:54 +0000 Subject: Backing out bug 230293, we decided this was the wrong approach. a= justdave --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Constants.pm') 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" , }; -- cgit v1.2.3-24-g4f1b