diff options
Diffstat (limited to 'web/templates/kill.html')
-rw-r--r-- | web/templates/kill.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/web/templates/kill.html b/web/templates/kill.html index 818529e..99a4039 100644 --- a/web/templates/kill.html +++ b/web/templates/kill.html @@ -55,7 +55,14 @@ <table id="victim"></table> <div class="clear"></div> -<table id="attackers"></table> +<table id="attackers"> + <thead><tr> + <th></th> + <th></th> + <th></th> + <th></th> + </tr></thead> +</table> <table id="items"> <thead><tr> |