diff --git a/app/views/polls/show.html.erb b/app/views/polls/show.html.erb index 8347455ae..5dc138f8d 100644 --- a/app/views/polls/show.html.erb +++ b/app/views/polls/show.html.erb @@ -74,9 +74,9 @@
- <% if answer.description.present? %> -

<%= answer.title %>

+

<%= answer.title %>

+ <% if answer.description.present? %>
<%= safe_html_with_links simple_format(answer.description) %>