From 27b8d85cc558926112a1ea94248b2f3ac2c92a33 Mon Sep 17 00:00:00 2001 From: cxt Date: Fri, 28 Aug 2015 17:36:57 +0800 Subject: [PATCH 01/42] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=BB=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/_course_poll.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/_course_poll.html.erb b/app/views/users/_course_poll.html.erb index bc0fee3a8..f0a2a8aba 100644 --- a/app/views/users/_course_poll.html.erb +++ b/app/views/users/_course_poll.html.erb @@ -28,7 +28,7 @@
发布时间:<%= format_date(activity.published_at) %>
-
问卷描述:<%=activity.polls_description.to_s%>
+
问卷描述:<%=activity.polls_description.html_safe.to_s%>