diff --git a/templates/mod/log.html b/templates/mod/log.html
index b75b534a..ea2eab74 100644
--- a/templates/mod/log.html
+++ b/templates/mod/log.html
@@ -14,7 +14,7 @@
hidden
{% else %}
{% if not mod|hasPermission(config.mod.modlog) %}
- {{ log.username|e }}
+ {{ log.username|e }}
{% else %}
{{ log.username|e }}
{% endif %}