From 1367738dfcc2844b71a4cf7fc36ea50ba01b4d6c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Tue, 3 Nov 2020 11:59:02 +0100 Subject: [PATCH] location-block.cgi: avoid unnecessary line break MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- html/cgi-bin/location-block.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/location-block.cgi b/html/cgi-bin/location-block.cgi index 3bc3a1e764..5bd70dfb5d 100644 --- a/html/cgi-bin/location-block.cgi +++ b/html/cgi-bin/location-block.cgi @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2014 - 2020 IPFire Developemnt Team # +# Copyright (C) 2007-2020 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -103,7 +103,7 @@ print"
\n"; print < - $Lang::tr{'locationblock enable feature'} + $Lang::tr{'locationblock enable feature'} -- 2.39.5