From 5033c814275ea13d76cc0a6deb1a542578ca04c9 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 6 Jan 2024 07:56:27 +0100 Subject: correctly pass date to bahn.expert --- templates/_train_details.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index 3e60612..98800f2 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -133,7 +133,7 @@ Plan: <%= $icetype->[0] %> % } % if ($departure->{train_type} and $departure->{train_no}) { - Details + Details % } % for my $link (@{$departure->{links}}) { <%= $link->[0] %> -- cgit v1.2.3