diff options
Diffstat (limited to 'html/pages/admin/recalcflags.php')
-rw-r--r--[-rwxr-xr-x] | html/pages/admin/recalcflags.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/pages/admin/recalcflags.php b/html/pages/admin/recalcflags.php index 073e648..2c88610 100755..100644 --- a/html/pages/admin/recalcflags.php +++ b/html/pages/admin/recalcflags.php @@ -27,7 +27,7 @@ include("includes/geoip.inc"); $gi = geoip_open("GeoIP.dat",GEOIP_STANDARD);
-echo'<br><table border="0" cellpadding="1" cellspacing="2" width="600">
+echo'<br><table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td class="smheading" align="center" colspan="2">Recalculating Countryflags</td>
</tr>';
|