diff --git a/webtools/bugzilla/Bugzilla/Constants.pm b/webtools/bugzilla/Bugzilla/Constants.pm index e65bde0d7fc..a1bf74ba072 100644 --- a/webtools/bugzilla/Bugzilla/Constants.pm +++ b/webtools/bugzilla/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" , };