summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/hafas4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/hafas b/bin/hafas
index f9cae79..e992708 100755
--- a/bin/hafas
+++ b/bin/hafas
@@ -231,12 +231,12 @@ sub display_occupancies {
my ($load) = @_;
if ( $load and ( $load->{FIRST} or $load->{SECOND} ) ) {
- return sprintf( "[%1s%1s]",
+ return sprintf( "%1s%1s",
display_occupancy( $load->{FIRST} ),
display_occupancy( $load->{SECOND} ) );
}
- return q{ };
+ return q{ };
}
sub format_delay {