diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-07-29 17:12:52 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-07-29 17:12:52 +0200 |
commit | 143f5a78ab14c8c2c648e69d02845deefe62a399 (patch) | |
tree | f4675cad7d606d04830abc3dd1f4001fbc853166 | |
parent | b25d3239cffb6ddc6810d3b61ada6b0e46502d44 (diff) |
minor style fix
-rw-r--r-- | cgi/index.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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, ); |