diff options
-rw-r--r-- | cgi/index.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/index.pl b/cgi/index.pl index 40ab878..215cf03 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -95,7 +95,7 @@ sub handle_request { } if ($info) { $info - =~ s{ ^ (?: ca\. \s* )? \+ (\d+) }{Verspätung ca. $1 Min}x; + =~ s{ ^ (?: ca\. \s* )? \+ (\d+) }{Verspätung ca $1 Min.}x; } push( @departures, |