summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,
);