Skip to content

Commit

Permalink
One bracket to much..
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Oct 4, 2024
1 parent 4e4739e commit e8fedb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/templates/online.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Currently {{ players|length }} players are online.<br/>
{% endif %}
{% endif %}
{% if setting('core.online_record')) %}
{% if setting('core.online_record') %}
{{ record }}
{% endif %}
</td>
Expand Down

0 comments on commit e8fedb8

Please sign in to comment.