diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index a629ee3deb00e67e412a6bcc1166b4941d963b3b..9621ba622f61aeab4664d0b64664992f62de5602 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; % }