From d2898c218bae26a43f1fcda4cc6f6a79a3e2ba23 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 13 Dec 2013 13:19:15 +0100 Subject: infoscreen: bus fix --- cgi/templates/infoscreen.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } % }
  • -- cgit v1.2.3