From 165977b9bf813790850c25a858d5f4704f899c6d Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Tue, 24 Mar 2015 17:00:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=96=87=E4=BB=B6=E6=98=AF?= =?UTF-8?q?=E6=8A=A5=E6=A0=87=E9=A2=98=E4=B8=8D=E8=83=BD=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/poll/_show_head.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/poll/_show_head.html.erb b/app/views/poll/_show_head.html.erb index 7ece5d23c..fc6401615 100644 --- a/app/views/poll/_show_head.html.erb +++ b/app/views/poll/_show_head.html.erb @@ -1,6 +1,6 @@
-

<%= poll.polls_name%>

+

<%= poll.polls_name%>

<%= @poll.polls_description.nil? ? "" : @poll.polls_description.html_safe%>
\ No newline at end of file