mirror of
https://github.com/derf/travelynx
synced 2024-11-13 00:07:09 +00:00
_checked_in: fix typo in hash element name
This commit is contained in:
parent
06d81798ee
commit
0b1de41366
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
||||||
% }
|
% }
|
||||||
%= $station->[2]{dep}->strftime('%H:%M')
|
%= $station->[2]{dep}->strftime('%H:%M')
|
||||||
% if ($station->[2]{dep_delay}) {
|
% if ($station->[2]{dep_delay}) {
|
||||||
%= sprintf('(%+d)', $station->[2]{dep_dely} / 60);
|
%= sprintf('(%+d)', $station->[2]{dep_delay} / 60);
|
||||||
% }
|
% }
|
||||||
% last;
|
% last;
|
||||||
% }
|
% }
|
||||||
|
|
Loading…
Reference in a new issue