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