Loading lib/DBInfoscreen/Controller/Stationboard.pm +1 −1 Original line number Diff line number Diff line Loading @@ -721,7 +721,7 @@ sub render_train { = Travel::Status::DE::DBWagenreihung->new( from_json => $wr_json ); $departure->{wr} = $wr; $departure->{wr_text} = join( q{ + }, $departure->{wr_text} = join( q{ • }, map { $_->{short} } grep { $_->{short} } $wr->train_descriptions ); }; Loading Loading
lib/DBInfoscreen/Controller/Stationboard.pm +1 −1 Original line number Diff line number Diff line Loading @@ -721,7 +721,7 @@ sub render_train { = Travel::Status::DE::DBWagenreihung->new( from_json => $wr_json ); $departure->{wr} = $wr; $departure->{wr_text} = join( q{ + }, $departure->{wr_text} = join( q{ • }, map { $_->{short} } grep { $_->{short} } $wr->train_descriptions ); }; Loading