Unverified Commit 0b1de413 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

_checked_in: fix typo in hash element name

parent 06d81798
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
							% }