summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgi/index.pl2
1 files changed, 1 insertions, 1 deletions
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;