summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-09-25 16:11:32 +0200
committergerv%gerv.net <>2002-09-25 16:11:32 +0200
commitaaf6ccb9866059edabb6607d435e2c320afcf611 (patch)
tree2d512b5e7c627ba70043e501c512a8f52e97d307 /checksetup.pl
parentbe7edaf914d0ddfbd4c863ea2d1f0101491fe611 (diff)
downloadbugzilla-aaf6ccb9866059edabb6607d435e2c320afcf611.tar.gz
bugzilla-aaf6ccb9866059edabb6607d435e2c320afcf611.tar.xz
Bug 12282 - General summary reports. Patch by gerv; r=joel.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl
index b752f9b65..27bcf26f9 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -563,6 +563,7 @@ $contenttypes = {
"rdf" => "application/xml" ,
"xml" => "text/xml" ,
"js" => "application/x-javascript" ,
+ "csv" => "text/plain" ,
};
');
@@ -932,6 +933,7 @@ END
js => sub { return $_; },
html_linebreak => sub { return $_; },
url_quote => sub { return $_; },
+ csv => sub { return $_; },
},
}) || die ("Could not create Template: " . Template->error() . "\n");