#898 引用回帖不转义的问题

This commit is contained in:
zhanghaitao 2014-08-12 10:24:27 +08:00
parent 64f6175f22
commit 7b3468718f
2 changed files with 7 additions and 6 deletions

View File

@ -161,7 +161,8 @@
<td class="comments"> <td class="comments">
<div class="wiki"> <div class="wiki">
<%= textilizable message, :content, :attachments => message.attachments %> <%#= textilizable message,:content,:attachments => message.attachments %>
<%= message.content.html_safe %>
</div> </div>
<%= link_to_attachments message, :author => false %> </td> <%= link_to_attachments message, :author => false %> </td>
</tr> </tr>