diff --git a/files/templates/log.html b/files/templates/log.html
index 07414d02a..33fc4f618 100644
--- a/files/templates/log.html
+++ b/files/templates/log.html
@@ -40,7 +40,7 @@
overflow: auto;">
All
{% for a in admins %}
- {{a}}
+ {{a}}
{% endfor %}
@@ -53,7 +53,7 @@
overflow: auto;">
All
{% for t, v in types.items() %}
- {{t}}
+ {{t}}
{% endfor %}