diff --git a/system/templates/online.html.twig b/system/templates/online.html.twig
index 9e42b77e..0210d80f 100644
--- a/system/templates/online.html.twig
+++ b/system/templates/online.html.twig
@@ -23,7 +23,7 @@
Currently {{ players|length }} players are online.
{% endif %}
{% endif %}
- {% if setting('core.online_record')) %}
+ {% if setting('core.online_record') %}
{{ record }}
{% endif %}