mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
Fix highscores if there is only 1 record
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
{% endif %}
|
||||
</tr>
|
||||
|
||||
{% if totalRows < 1 %}
|
||||
{% if highscores|length < 1 %}
|
||||
<tr bgcolor="{{ config('darkborder') }}"><td colspan="100%">No records yet.</td></tr>
|
||||
{% else %}
|
||||
{% set row = 0 %}
|
||||
|
Reference in New Issue
Block a user