From 86766831ccee4df7ad609b049de5cc7a79e56e14 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 26 Feb 2013 21:31:17 +0100 Subject: fix ca / min dots to match actual displays --- cgi/index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgi/index.pl') 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, -- cgit v1.2.3