diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-09-03 17:37:51 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-09-03 17:37:51 +0200 |
commit | 451486f5c6779983cb3c7ebb0e004aaa383c58f4 (patch) | |
tree | 1f51aec65d1220622bbae2e819cd188e4ad84320 | |
parent | 428d1581d5dc72f340ac17ca8087023fcd95c078 (diff) |
Also highlight "Centraal" stations as important
(dutch Centraal ~~ german HBf)
-rw-r--r-- | index.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |