From 143f5a78ab14c8c2c648e69d02845deefe62a399 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 29 Jul 2011 17:12:52 +0200 Subject: minor style fix --- cgi/index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi/index.pl b/cgi/index.pl index cbc2f0b..11f69a5 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -20,7 +20,7 @@ get '/multi/:station' => sub { my @params; my $status = Travel::Status::DE::DeutscheBahn->new( station => $station ); my $template = HTML::Template->new( - filename => dist_file( 'db-fakedisplay', 'multi-lcd.html' ), + filename => dist_file( 'db-fakedisplay', 'multi-lcd.html' ), loop_context_vars => 1, ); -- cgit v1.2.3