diff --git a/app/views/games/_choice_question.html.erb b/app/views/games/_choice_question.html.erb index 24fb49d8a..8330ad846 100644 --- a/app/views/games/_choice_question.html.erb +++ b/app/views/games/_choice_question.html.erb @@ -27,7 +27,7 @@ name="answer[]" category="<%= choose.category %>" value="<%= (question.position + 65).chr %>" id="result_<%= index %>_<%= i %>" class="ml-3 mr5 magic-checkbox ml5"> <% end %> - +

<% end %>