From cb7f96bef3507b67a0418a8cb7f93af440a1ec4e Mon Sep 17 00:00:00 2001 From: Alexander Wirt Date: Tue, 10 Jan 2012 09:48:06 +0100 Subject: [PATCH] Really export the data to templat toolkit --- gen_website | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_website b/gen_website index f0cab8d..6204a12 100755 --- a/gen_website +++ b/gen_website @@ -84,7 +84,7 @@ foreach my $file (@files) { next if $file =~ /$0$/; if ($file =~ /\.tt2$/) { my $output; - $template->process($file, undef, \$output) + $template->process($file, { mirrors => $mirrors }, \$output) || die "Could not process file \"$file\": $!"; my ($name,$path,$suffix) = fileparse($file,qw (.tt2)); -- 2.1.4