diff --git a/app/views/published_pages/show.html.erb b/app/views/published_pages/show.html.erb
index 4f51c09405..f57fb078be 100644
--- a/app/views/published_pages/show.html.erb
+++ b/app/views/published_pages/show.html.erb
@@ -9,11 +9,10 @@
<%= short_date(@topic.created_at) %>
-
- <%- if @topic.first_post.present? %>
-
- <%= @topic.first_post.cooked.html_safe %>
-
- <%- end -%>
+ <%- if @topic.first_post.present? %>
+
+ <%= @topic.first_post.cooked.html_safe %>
+
+ <%- end -%>