app/views/news/show.html.erb in spud_blog-0.9.10 vs app/views/news/show.html.erb in spud_blog-0.9.11
- old
+ new
@@ -20,8 +20,8 @@
Filed under
<%= raw(@post.categories.collect{ |c| link_to c.name, news_category_path(c.url_name) }.join(', ')) %>
</p>
<% end %>
<div id="spud_news_post_content">
- <%= raw @post.content %>
+ <%= raw @post.content_processed %>
</div>
</div>