diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2013-02-26 21:31:17 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2013-02-26 21:31:17 +0100 | 
| commit | 86766831ccee4df7ad609b049de5cc7a79e56e14 (patch) | |
| tree | ecb8085138bd65941e4988418edb67df4b9031c4 | |
| parent | 046b1b0f77dccc884033a18a1907d4ca20413c48 (diff) | |
fix ca / min dots to match actual displays
| -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,  | 
