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

HAFAS station board: fix station name display

parent 0b5bc869
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -821,9 +821,10 @@ sub station {
				  } $status->results;
				$status = {
					station_eva  => $status->station->{eva},
					station_name =>
					station_name => (
						List::Util::reduce { length($a) < length($b) ? $a : $b }
					@{ $status->station->{names} },
						@{ $status->station->{names} }
					),
					related_stations => [],
				};
			}