diff --git a/cmd/show/wm7d.pl b/cmd/show/wm7d.pl index 72e2d806..8e48a20d 100644 --- a/cmd/show/wm7d.pl +++ b/cmd/show/wm7d.pl @@ -38,6 +38,6 @@ if (!$info) { # Log the lookup Log('call', "$call: show/wm7d \U$line"); $t->close; - push @out, $info; + push @out, split /[\r\n]+/, $info; } return (1, @out);