diff --git a/logs/templates/logs/entries.html b/logs/templates/logs/entries.html
index 35c7c72..0a6dbf5 100644
--- a/logs/templates/logs/entries.html
+++ b/logs/templates/logs/entries.html
@@ -68,8 +68,8 @@
{% endif %}
{{ entry.created|date:"H:i:s" }} |
- {% if entry.nick %}{{ entry.nick }}{% else %}*{% endif %} |
- {{ entry.content|urlize }} |
+ {% if entry.nick %}{{ entry.nick }}{% else %}*{% endif %} |
+ {{ entry.content|urlize }} |
{% endfor %}