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