X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/a7d8700239bf6f1d25cbbeedd57193b5035e88e5..132c17fac0edd8b6eec263f494b95beef3b4e6ac:/app/views/election/_winner_details.rhtml diff --git a/app/views/election/_winner_details.rhtml b/app/views/election/_winner_details.rhtml index 0903952..36877ae 100644 --- a/app/views/election/_winner_details.rhtml +++ b/app/views/election/_winner_details.rhtml @@ -6,12 +6,12 @@ preferred to any other candidates is listed here:

<% for candidate in @election.candidates.sort %> - <%= candidate.name %> + <%=h candidate.name %> <% end %> <% for cand1 in @election.candidates.sort %> - <%= cand1.name %> + <%=h cand1.name %> <% for cand2 in @election.candidates.sort %> <% if cand1 == cand2 %>