]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Backing out bug 230293, we decided this was the wrong approach.
authorjustdave%syndicomm.com <>
Tue, 20 Jan 2004 06:44:54 +0000 (06:44 +0000)
committerjustdave%syndicomm.com <>
Tue, 20 Jan 2004 06:44:54 +0000 (06:44 +0000)
a= justdave

Bugzilla/Constants.pm

index e65bde0d7fcd6d07788891c4da9296889ee6f953..a1bf74ba07272d8c0d1a30e54fc528516a15f321 100644 (file)
@@ -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" ,
   };