diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-01-05 18:39:57 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-01-05 18:39:57 +0100 |
commit | f5d1b92ac24883a72864ea65255a14c870f63794 (patch) | |
tree | a8c6aeec65063bc69c98dc89faadf13e1a1abeba | |
parent | daad7cff7f39609f61e39a641a8928f56443d106 (diff) |
oops2.5.8
-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> |