summaryrefslogtreecommitdiff
path: root/cgi/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-07-29 17:12:52 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-07-29 17:12:52 +0200
commit143f5a78ab14c8c2c648e69d02845deefe62a399 (patch)
treef4675cad7d606d04830abc3dd1f4001fbc853166 /cgi/index.pl
parentb25d3239cffb6ddc6810d3b61ada6b0e46502d44 (diff)
minor style fix
Diffstat (limited to 'cgi/index.pl')
-rw-r--r--cgi/index.pl2
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,
);