summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-09-03 17:37:51 +0200
committerDaniel Friesel <derf@finalrewind.org>2017-09-03 17:37:51 +0200
commit451486f5c6779983cb3c7ebb0e004aaa383c58f4 (patch)
tree1f51aec65d1220622bbae2e819cd188e4ad84320 /index.pl
parent428d1581d5dc72f340ac17ca8087023fcd95c078 (diff)
Also highlight "Centraal" stations as important
(dutch Centraal ~~ german HBf)
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;