diff --git a/app/templates/topics/topic.html b/app/templates/topics/topic.html
index a312c79..520bdeb 100644
--- a/app/templates/topics/topic.html
+++ b/app/templates/topics/topic.html
@@ -45,7 +45,7 @@
Latest post by {{ thread['latest_post_username'] }}
- on on {{ timestamp(thread['latest_post_created_at']) }}:
+ on on {{ timestamp(thread['latest_post_created_at']) }}:
{{ thread['latest_post_content'] | safe }}