]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
geoip2: Fix table formatting error. Missing "<td>" item tag. 135/head
authorTed Hess <thess@kitschensync.net>
Tue, 2 Jul 2019 17:05:52 +0000 (13:05 -0400)
committerTed Hess <thess@kitschensync.net>
Tue, 2 Jul 2019 17:06:04 +0000 (13:06 -0400)
wwwroot/cgi-bin/plugins/geoip2.pm

index 471a9a2ac417b51c9922a8e27b02974ed4d92df8..70a0c3816af6a1a28b36cc4e073c28c5ce1cdfad 100644 (file)
@@ -142,6 +142,7 @@ sub ShowInfoHost_geoip2 {
         print "</th>";
        }
        elsif ($param) {
+               print "<td>";
                my $res = Lookup_geoip2($param);
                if ($res) {
                                $res = lc($res);