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 1a88a29..a525cf6 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -91,7 +91,7 @@ sub handle_request { } if ($info) { $info - =~ s{ ^ (?: ca\. \s* )? \+ (\d+) }{Verspätung ca. $1 Minuten}x; + =~ s{ ^ (?: ca\. \s* )? \+ (\d+) }{Verspätung ca. $1 Min}x; $info =~ s{ 1 \s Minute\Kn }{}x; } push( |