From: John Dong Date: Mon, 20 Aug 2007 21:29:51 +0000 (-0400) Subject: Close tables X-Git-Url: https://projects.mako.cc/source/selectricity-live/commitdiff_plain/4e7a42adf9f2cb9319265596d73ed10d978e5f81 Close tables --- diff --git a/app/views/quickvote/_pref_table.rhtml b/app/views/quickvote/_pref_table.rhtml index 1d3cdf3..a3ba63d 100644 --- a/app/views/quickvote/_pref_table.rhtml +++ b/app/views/quickvote/_pref_table.rhtml @@ -10,7 +10,9 @@ <% candidates.each do |candidate| -%> <%=h names[candidate] -%> - <% end -%> + <% end -%> + + <% candidates.each do |winner| -%> <%=h names[winner] %> @@ -27,4 +29,4 @@ <% end -%> <% end -%> - +