diff options
Diffstat (limited to 'html/pages/dpmatch.php')
-rw-r--r--[-rwxr-xr-x] | html/pages/dpmatch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/pages/dpmatch.php b/html/pages/dpmatch.php index b563fa0..2605249 100755..100644 --- a/html/pages/dpmatch.php +++ b/html/pages/dpmatch.php @@ -21,7 +21,7 @@ $results = adminselect($options); $matchid = $results['mid'];
$pid = $results['pid'];
-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">Delete Player From Match ID '.$matchid.'</td>
</tr>';
|