diff options
| author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-03-06 18:24:00 +0100 | 
|---|---|---|
| committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-03-06 18:24:00 +0100 | 
| commit | 4952d3845a89fd78966c3ae6f15e551d73c37dee (patch) | |
| tree | dae12285fe09dca4e46a515a07ed68e24f8532a3 | |
| parent | 60a67fd59dc17bda8090adcc0da2d375c945fbe4 (diff) | |
use • rather than + to join wagongroups
| -rw-r--r-- | lib/DBInfoscreen/Controller/Stationboard.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/DBInfoscreen/Controller/Stationboard.pm b/lib/DBInfoscreen/Controller/Stationboard.pm index cabd46d..53519a0 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -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 );  				}; | 
