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