summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
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");