reply to html safe

This commit is contained in:
rulingcom 2026-06-10 11:22:29 +08:00
parent c39bce1cb5
commit e3f0c0db2a
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
<div class="control-group">
<%= label_tag nil,t('mongoid.attributes.ask_question.reply'), :class=> 'control-label' %>
<div class="controls">
<%= ask.reply %>
<%= ask.reply.to_s.html_safe %>
</div>
</div>
</div>