From: Kent Varmedal Date: Wed, 17 Jun 2020 13:13:54 +0000 (+0200) Subject: Adding missing td-tag opening X-Git-Tag: AWSTATS_7_9~11^2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F178%2Fhead;p=thirdparty%2FAWStats.git Adding missing td-tag opening Adding td-tag before the country name, solving the problem with malformed table when using the geoip2_country plugin. --- diff --git a/wwwroot/cgi-bin/plugins/geoip2_country.pm b/wwwroot/cgi-bin/plugins/geoip2_country.pm index 85f0e29b..e3e1573c 100644 --- a/wwwroot/cgi-bin/plugins/geoip2_country.pm +++ b/wwwroot/cgi-bin/plugins/geoip2_country.pm @@ -142,6 +142,7 @@ sub ShowInfoHost_geoip2_country { print ""; } elsif ($param) { + print ""; my $res = Lookup_geoip2_country($param); if ($res) { $res = lc($res);