Commit 40a30897 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

DeutscheBahn.pm: The RIS does not always report platforms

parent afbdc72d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ sub results {
		my $train    = $n_train->textContent();
		my $route    = $n_route->textContent();
		my $dest     = $n_dest->textContent();
		my $platform = $n_platform->textContent();
		my $platform = $n_platform ? $n_platform->textContent() : q{};
		my $info     = $n_info ? $n_info->textContent() : q{};
		my @via;