From 7b4761025926c4661e79480d3a00938aaed88d18 Mon Sep 17 00:00:00 2001 From: Ben Wiley Sittler Date: Mon, 3 Nov 2008 21:23:20 +0000 Subject: [PATCH] .caca files get an extension, too --- caca-php/examples/www/export.php | 1 + 1 file changed, 1 insertion(+) diff --git a/caca-php/examples/www/export.php b/caca-php/examples/www/export.php index 65c8f1b..2f12e11 100644 --- a/caca-php/examples/www/export.php +++ b/caca-php/examples/www/export.php @@ -150,6 +150,7 @@ $content_type_map = array( ); $download_extension_map = array( + 'caca' => 'caca', 'ansi' => 'txt', 'utf8' => 'txt', 'utf8cr' => 'txt',