diff --git a/app/views/surveys/show.html.erb b/app/views/surveys/show.html.erb index 1c7091f..e3d2748 100644 --- a/app/views/surveys/show.html.erb +++ b/app/views/surveys/show.html.erb @@ -38,7 +38,7 @@ <%= form_for :answer, :method => :put, :url => survey_path(@survey), :html => {:class => 'survey clear'} do |f| %>

<%= @survey.title %>

- <%= @survey.description.html_safe %> + <%= nl2br(@survey.description) %>
    <% @questions.each_with_index do |question, i| %>