This commit is contained in:
Toks
2013-05-11 07:28:42 -04:00
parent 47f57bdd3f
commit 0ced0ca659

View File

@@ -12,7 +12,8 @@ module PostSetPresenters
end
posts.each do |post|
html << PostPresenter.preview(post, :tags => @post_set.tag_string) + "\n"
html << PostPresenter.preview(post, :tags => @post_set.tag_string)
html << "\n"
end
html.html_safe