From a840ef5c0381e8a20d7250edaf6904f8b1ba1d88 Mon Sep 17 00:00:00 2001 From: josch Date: Mon, 22 Oct 2007 09:45:26 +0000 Subject: [PATCH] fixed filename extension git-svn-id: http://yolanda.mister-muffin.de/svn@120 7eef14d0-6ed0-489d-bf55-20463b2d70db --- trunk/download.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/download.pl b/trunk/download.pl index 1d27557..7b67b55 100644 --- a/trunk/download.pl +++ b/trunk/download.pl @@ -58,7 +58,7 @@ if($query->param('id')) $sth->execute($query->param('id')); print $query->header(-type=>'application/x-download', - -attachment=>$title.".ogg"); + -attachment=>$title.".ogv"); } #in both cases - do some slurp-eaze to the browser