diff --git a/templates/thread/by_page.html.ep b/templates/thread/by_page.html.ep
index 23d662f..9ffa008 100644
--- a/templates/thread/by_page.html.ep
+++ b/templates/thread/by_page.html.ep
@@ -23,10 +23,10 @@
<%= $thread->{'date'} %>
<%= $thread->{'author'} %>
- <% if (299 < length $thread->{'body'}) { %>
+ <% if (299 < length $thread->{'body'}) { =%>
- <%== truncate_text $thread->{'body'} =%>
+ <%== truncate_text $thread->{'body'} %>
<%== markdown $thread->{'body'} =%>