Loading lib/Travel/Status/DE/DeutscheBahn.pm +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
lib/Travel/Status/DE/DeutscheBahn.pm +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading