diff --git a/app/views/poll/_edit_MC.html.erb b/app/views/poll/_edit_MC.html.erb index 19a1e1e89..9209bf61d 100644 --- a/app/views/poll/_edit_MC.html.erb +++ b/app/views/poll/_edit_MC.html.erb @@ -7,7 +7,7 @@ $("#is_necessary_<%=poll_question.id%>").replaceWith("/>"); $("#poll_answers_<%=poll_question.id%>").html("<% poll_question.poll_answers.reorder('answer_position').each do |poll_answer| %>" + "
  • " + - "" + + "" + "" + "" + "" + @@ -29,7 +29,7 @@
  • " + - "" + + "" + "" + "" + "" + @@ -17,6 +17,7 @@
    + /> @@ -26,7 +27,7 @@
      <% poll_question.poll_answers.reorder("answer_position").each do |poll_answer| %>
    • - + @@ -36,7 +37,7 @@