X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0..57a193789d1f48a856816c357483cfd7c621cd9d:/app/views/election/_winner.rhtml diff --git a/app/views/election/_winner.rhtml b/app/views/election/_winner.rhtml old mode 100755 new mode 100644 index 531e0d2..0e55aa2 --- a/app/views/election/_winner.rhtml +++ b/app/views/election/_winner.rhtml @@ -6,7 +6,7 @@ @@ -14,7 +14,7 @@ <% winner = @winners[0] %>

The winner of the election was: - <%= @candidates_by_id[winner].name %> + <%=h @candidates_by_id[winner].name %>

<% end %>