]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Adding missing td-tag opening 178/head
authorKent Varmedal <kent@varmedal.no>
Wed, 17 Jun 2020 13:13:54 +0000 (15:13 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jun 2020 13:13:54 +0000 (15:13 +0200)
Adding td-tag before the country name, solving the problem with malformed table when using the geoip2_country plugin.

wwwroot/cgi-bin/plugins/geoip2_country.pm

index 85f0e29b1baf99ed211e2d5bb9368f62c71da91b..e3e1573c8e89b93e5d3507af0af18e0b32947405 100644 (file)
@@ -142,6 +142,7 @@ sub ShowInfoHost_geoip2_country {
         print "</th>";
        }
        elsif ($param) {
+               print "<td>";
                my $res = Lookup_geoip2_country($param);
                if ($res) {
                                $res = lc($res);