Commit 451486f5 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Also highlight "Centraal" stations as important

(dutch Centraal ~~ german HBf)
parent 428d1581
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;