diff options
Diffstat (limited to 'web/templates')
-rw-r--r-- | web/templates/corporation.html | 1 | ||||
-rw-r--r-- | web/templates/kill.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/web/templates/corporation.html b/web/templates/corporation.html index 8e8e7fa..c8550d7 100644 --- a/web/templates/corporation.html +++ b/web/templates/corporation.html @@ -18,6 +18,7 @@ <th class="victim">victim</th> <th class="killer_portrait"></th> <th class="killer">killer(s)</th> + <th class="value">value</th> </tr> </table> diff --git a/web/templates/kill.html b/web/templates/kill.html index 99a4039..67a8012 100644 --- a/web/templates/kill.html +++ b/web/templates/kill.html @@ -69,6 +69,7 @@ <th></th> <th></th> <th></th> + <th></th> </tr></thead> </table> |