Commit 670f44d2 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

route_interesting: Also remove Hbf suffixes

"Berlin" is more interesting than "Berlin Hbf (tief)" and definitely
better than the previous case of "Berlin (tief)"
parent 2d8bd1b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -727,7 +727,7 @@ sub route_interesting {
	}

	for (@via_show) {
		s{ ?Hbf}{};
		s{ \s? Hbf .* }{}x;
	}

	return @via_show;