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