diff options
| -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;  							% } | 
