From e3f0c0db2aaf0992f1aa5c77f5419727bd7f80ed Mon Sep 17 00:00:00 2001 From: rulingcom Date: Wed, 10 Jun 2026 11:22:29 +0800 Subject: [PATCH] reply to html safe --- app/views/asks/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>