From 5017a5727cf210abc3c52873543a866b1afdfdfe Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 1 Oct 2012 15:34:29 +0200 Subject: strip RNV line prefix --- cgi/index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi/index.pl b/cgi/index.pl index 33fddc7..edb112d 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -105,7 +105,7 @@ sub shorten_line { $line =~ s{ \s* S-Bahn }{}ox; $line =~ s{ ^ ( U | S | SB ) \K \s+ }{}ox; - $line =~ s{ ^ ( STR | Bus ) }{}ox; + $line =~ s{ ^ ( STR | Bus | RNV ) }{}ox; $line =~ s{ ^ \s+ }{}ox; -- cgit v1.2.3