diff options
| -rw-r--r-- | lib/DBInfoscreen/Controller/Stationboard.pm | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/lib/DBInfoscreen/Controller/Stationboard.pm b/lib/DBInfoscreen/Controller/Stationboard.pm index 0bf1895..c01d299 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -49,7 +49,8 @@ sub handle_no_results {  		);  		return;  	} -	if ( $data->{station_ds100} and $data->{station_ds100} =~ m{ ^ [XYZ] }x ) { +	if ( $data->{station_ds100} and $data->{station_ds100} =~ m{ ^ [OPQXYZ] }x ) +	{  		$self->render(  			'landingpage',  			error => ( $errstr // "Keine Abfahrten an '$station'" ) | 
