From 0b1de4136647190003b2362fdd6a89fec53eb9e4 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 29 Oct 2023 15:25:13 +0100 Subject: _checked_in: fix typo in hash element name --- templates/_checked_in.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index a629ee3..9621ba6 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -141,7 +141,7 @@ % } %= $station->[2]{dep}->strftime('%H:%M') % if ($station->[2]{dep_delay}) { - %= sprintf('(%+d)', $station->[2]{dep_dely} / 60); + %= sprintf('(%+d)', $station->[2]{dep_delay} / 60); % } % last; % } -- cgit v1.2.3