From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 1/2] geoip-functions.pl: Fix typos and formatting Date: Thu, 09 Nov 2017 22:32:03 +0000 Message-ID: <20171109223204.14213-1-michael.tremer@ipfire.org> In-Reply-To: <20171108225248.204ac963.peter.mueller@link38.eu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0439615606380140626==" List-Id: --===============0439615606380140626== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- config/cfgroot/geoip-functions.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/cfgroot/geoip-functions.pl b/config/cfgroot/geoip-functio= ns.pl index fc2dfdd34..623169eaf 100644 --- a/config/cfgroot/geoip-functions.pl +++ b/config/cfgroot/geoip-functions.pl @@ -63,10 +63,10 @@ sub get_flag_icon($) { # the icon for "unknown". my $ccode =3D "unknown"; =20 - # Redoing all the stuff from abouve for the "unknown" icon. - my $file =3D join('.', $ccode,$ext); - my $flag_icon =3D join('/', $flagdir,$file); - my $absolute_path =3D join('', $webroot,$flag_icon); + # Redoing all the stuff from above for the "unknown" icon. + my $file =3D join('.', $ccode, $ext); + my $flag_icon =3D join('/', $flagdir, $file); + my $absolute_path =3D join('', $webroot, $flag_icon); =20 # Check if the icon is present. if (-e "$absolute_path") { --=20 2.12.2 --===============0439615606380140626==--