Unverified Commit 4952d384 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

use • rather than + to join wagongroups

parent 60a67fd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 );
				};