diff options
Diffstat (limited to 'index.pl')
-rw-r--r-- | index.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |