]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 230293: Need User configurable CSV seperator, or return as text/csv MIME type...
authorjocuri%softhome.net <>
Sun, 11 Jan 2004 07:00:25 +0000 (07:00 +0000)
committerjocuri%softhome.net <>
Sun, 11 Jan 2004 07:00:25 +0000 (07:00 +0000)
Bugzilla/Constants.pm

index a1bf74ba07272d8c0d1a30e54fc528516a15f321..e65bde0d7fcd6d07788891c4da9296889ee6f953 100644 (file)
@@ -101,7 +101,7 @@ use constant contenttypes =>
    "rdf" => "application/xml" , 
    "xml" => "text/xml" , 
    "js" => "application/x-javascript" , 
-   "csv" => "text/plain" ,
+   "csv" => "text/csv" ,
    "png" => "image/png" ,
   };