From 8880e2b30e3f35ca2013164516d187c5954dc502 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 28 Jul 2018 13:57:23 +0200 Subject: is_important: Add "HB" (swiss central stations) --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.pl') diff --git a/index.pl b/index.pl index 1cead7c..ee559f4 100644 --- a/index.pl +++ b/index.pl @@ -237,7 +237,7 @@ helper 'handle_no_results_json' => sub { helper 'is_important' => sub { my ( $self, $stop ) = @_; - if ( $stop =~ m{ Hbf | Centraal | Flughafen }ox ) { + if ( $stop =~ m{ HB $ | Hbf | Centraal | Flughafen }x ) { return 1; } return; -- cgit v1.2.3