diff options
-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> |