diff options
-rw-r--r-- | modules/extra/webcpanel/templates/default/operserv/akill.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/extra/webcpanel/templates/default/operserv/akill.html b/modules/extra/webcpanel/templates/default/operserv/akill.html index 2c3ea6de9..b58e277be 100644 --- a/modules/extra/webcpanel/templates/default/operserv/akill.html +++ b/modules/extra/webcpanel/templates/default/operserv/akill.html @@ -12,7 +12,6 @@ <td class="akillR2">Hostmask</td> <td class="akillR2">Expires</td> <td class="akillR2">Setter</td> - <td> </tr> </table> <div class="scroll"> @@ -32,9 +31,9 @@ <form method="post" action="/operserv/akill"> <table width="100%" height="100%" align="left"> <tr> - <th align="left">HostMask</td> - <th align="left">Expiry</td> - <th align="left">Reason</td> + <th align="left">HostMask</th> + <th align="left">Expiry</th> + <th align="left">Reason</th> </tr> <tr> <td><input type="text" name="mask"></td> |