diff options
| -rw-r--r-- | templates/route_map.html.ep | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/route_map.html.ep b/templates/route_map.html.ep index e8473a5..6fc4201 100644 --- a/templates/route_map.html.ep +++ b/templates/route_map.html.ep @@ -16,7 +16,7 @@  				%= sprintf('(%+d)', $next->{station}{dep_delay})  			% }  		% } -		% if ($next->{type} eq 'present' and $next->{station}{dep}) { +		% elsif ($next->{type} eq 'present' and $next->{station}{dep}) {  			Abfahrt in <strong><%= $next->{station}{name} %></strong>  			von Gleis <strong><%= $next->{station}{platform} %></strong>  			um <strong><%= $next->{station}{dep}->strftime('%H:%M') %></strong> | 
