Skip to content
Snippets Groups Projects
Commit efd57ff7 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

EFA: chomp info messages (avoid trailing newlines)

parent 15edc745
No related branches found
No related tags found
No related merge requests found
......@@ -519,6 +519,7 @@ sub parse_cur_info {
);
for my $key ( keys %msg ) {
$msg{$key} = decode( 'UTF-8', $msg{$key} );
chomp($msg{$key});
}
return Travel::Routing::DE::EFA::Route::Message->new(%msg);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment