diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-10-29 15:25:13 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-10-29 15:25:13 +0100 |
commit | 0b1de4136647190003b2362fdd6a89fec53eb9e4 (patch) | |
tree | bb56690800641547d14af39b9b4136aedfe97568 /templates | |
parent | 06d81798eef278a4447cea96f4be99725348e9e7 (diff) |
_checked_in: fix typo in hash element name2.5.1
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_checked_in.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
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; % } |