summaryrefslogtreecommitdiff
path: root/lib/Travel/Status/DE/DeutscheBahn.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Travel/Status/DE/DeutscheBahn.pm')
-rw-r--r--lib/Travel/Status/DE/DeutscheBahn.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm
index 55b82dd..32c017d 100644
--- a/lib/Travel/Status/DE/DeutscheBahn.pm
+++ b/lib/Travel/Status/DE/DeutscheBahn.pm
@@ -105,7 +105,7 @@ sub departures {
my $route = $n_route->textContent();
my $dest = $n_dest->textContent();
my $platform = $n_platform->textContent();
- my $info = $n_info->textContent();
+ my $info = $n_info ? $n_info->textContent() : q{};
my @via;
for my $str ( $time, $train, $dest, $platform, $info ) {