diff options
author | Adam <Adam@anope.org> | 2012-12-14 16:47:45 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-12-14 16:47:45 -0500 |
commit | cdec0a3f96bbfa6d5300b7a6d602fd170e7ccd56 (patch) | |
tree | 53ef5bc8c2bc17a1758dc81913c6cbd6368bce29 | |
parent | 1075f3b457d9e144b883166b202cba919069f82b (diff) |
Fixed some html errors in the last commit
-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> |