Improved quotes

This commit is contained in:
2013-01-20 15:24:14 -05:00
parent 44402b2e7f
commit e92fb33275
5 changed files with 36 additions and 13 deletions

View File

@@ -35,7 +35,7 @@
</tr>
<tr>
<td class="post_body">
<%= post.body.bbcode_to_html().html_safe %>
<%= post.body.bbcode_to_html(@my_blockquote).html_safe %>
</td>
</tr>
<%end%>