diff options
Diffstat (limited to 'html/pages/admin/editgames.php')
-rw-r--r--[-rwxr-xr-x] | html/pages/admin/editgames.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/pages/admin/editgames.php b/html/pages/admin/editgames.php index 3f7a542..d2981b8 100755..100644 --- a/html/pages/admin/editgames.php +++ b/html/pages/admin/editgames.php @@ -16,7 +16,7 @@ if (isset($_REQUEST['submit'])) { }
}
-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="medheading" align="center" colspan="2">Edit games</td>
</tr>
|