Loading bin/efa-m +2 −2 Original line number Original line Diff line number Diff line Loading @@ -387,8 +387,8 @@ sub show_stopseq { ), ), $stop->occupancy ? format_occupancy( $stop->occupancy ) : q{}, $stop->occupancy ? format_occupancy( $stop->occupancy ) : q{}, $stop->full_name, $stop->full_name, $stop->niveau, $stop->niveau // q{?}, $stop->platform $stop->platform // q{} ); ); } } } } Loading Loading
bin/efa-m +2 −2 Original line number Original line Diff line number Diff line Loading @@ -387,8 +387,8 @@ sub show_stopseq { ), ), $stop->occupancy ? format_occupancy( $stop->occupancy ) : q{}, $stop->occupancy ? format_occupancy( $stop->occupancy ) : q{}, $stop->full_name, $stop->full_name, $stop->niveau, $stop->niveau // q{?}, $stop->platform $stop->platform // q{} ); ); } } } } Loading