From 4e7a42adf9f2cb9319265596d73ed10d978e5f81 Mon Sep 17 00:00:00 2001 From: John Dong Date: Mon, 20 Aug 2007 17:29:51 -0400 Subject: [PATCH] Close tables --- app/views/quickvote/_pref_table.rhtml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -%> - + -- 2.30.2