This commit is contained in:
Toks
2013-06-23 18:24:13 -04:00
parent 8f2d464c03
commit 9f3cbf7bf5
2 changed files with 2 additions and 2 deletions

View File

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