diff --git a/app/views/surveys/show.html.erb b/app/views/surveys/show.html.erb index 55a2da1..1c7091f 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 %> + <%= @survey.description.html_safe %>
    <% @questions.each_with_index do |question, i| %>