fixes #1799
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user