* added player status to tibiacom top 5 highscores box

* fix when there are no changelogs or highscores yet
This commit is contained in:
slawkens1
2018-01-03 21:27:47 +01:00
parent 3e49ef42a2
commit 01c0d021b2
4 changed files with 24 additions and 9 deletions

View File

@@ -23,7 +23,7 @@
{% endfor %}
{% else %}
<tr>
<td bgcolor="{{ config.lightborder }}">There are no change logs for the moment.</td>
<td colspan="4" bgcolor="{{ config.darkborder }}">There are no changelogs for the moment.</td>
</tr>
{% endif %}