summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.pl b/index.pl
index 5044713..3ec36cb 100644
--- a/index.pl
+++ b/index.pl
@@ -236,7 +236,7 @@ helper 'handle_no_results_json' => sub {
helper 'is_important' => sub {
my ( $self, $stop ) = @_;
- if ( $stop =~ m{ Hbf | Flughafen }ox ) {
+ if ( $stop =~ m{ Hbf | Centraal | Flughafen }ox ) {
return 1;
}
return;