From 451486f5c6779983cb3c7ebb0e004aaa383c58f4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 3 Sep 2017 17:37:51 +0200 Subject: Also highlight "Centraal" stations as important (dutch Centraal ~~ german HBf) --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.pl') 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; -- cgit v1.2.3