diff --git a/app/views/asks/show.html.erb b/app/views/asks/show.html.erb index cd58aac..892e64d 100644 --- a/app/views/asks/show.html.erb +++ b/app/views/asks/show.html.erb @@ -93,7 +93,7 @@
<%= label_tag nil,t('mongoid.attributes.ask_question.reply'), :class=> 'control-label' %>
- <%= ask.reply %> + <%= ask.reply.to_s.html_safe %>