diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-12-13 13:19:15 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-12-13 13:19:15 +0100 |
commit | d2898c218bae26a43f1fcda4cc6f6a79a3e2ba23 (patch) | |
tree | d62a2bbe599416a9c2f9aa357d77bf90326ab7f1 /cgi/templates | |
parent | 53eb47d6e367b989d0133d9272aedb193cb2b2fc (diff) |
infoscreen: bus fix
Diffstat (limited to 'cgi/templates')
-rw-r--r-- | cgi/templates/infoscreen.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/infoscreen.html.ep b/cgi/templates/infoscreen.html.ep index f855c6c..d1bcc68 100644 --- a/cgi/templates/infoscreen.html.ep +++ b/cgi/templates/infoscreen.html.ep @@ -209,7 +209,7 @@ % given ($departure->type) { % when ($_ =~ m{enbahn$}) { $linetype = 'tram' } % when ('S-Bahn') { $linetype = 'sbahn' } -% when ([qw[NE Niederflurbus SB]]) { $linetype = 'bus' } +% when ([qw[NE Niederflurbus SB Bus]]) { $linetype = 'bus' } % when ('U-Bahn') { $linetype = 'ubahn' } % } <li> |