diff --git a/app/views/plans/_answer_form.html.erb b/app/views/plans/_answer_form.html.erb index c6135bb..57198f7 100644 --- a/app/views/plans/_answer_form.html.erb +++ b/app/views/plans/_answer_form.html.erb @@ -19,7 +19,13 @@ <%= f.input :question_id, :as => :hidden, :input_html => { :class => "question_id" } %> - <%= label_tag("answer-text-#{question.id}".to_sym, question.text) %> + + <%= raw question.text %> <% suggested_answer = question.suggested_answers.find_by_organisation_id(@plan.project.organisation_id) %>