diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb
index 5c7f0b08d..6bb2d7903 100644
--- a/app/views/posts/show.html.erb
+++ b/app/views/posts/show.html.erb
@@ -73,7 +73,7 @@
- <% cache("p/#{@post.id}/n/#{@post.last_noted_at.to_i}") do
+ <% cache("p/#{@post.id}/n/#{@post.last_noted_at.to_i}") do %>
<%= render :partial => "notes/note", :collection => @post.notes.active %>
<% end %>