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%>