Close tables
authorJohn Dong <jdong@mit.edu>
Mon, 20 Aug 2007 21:29:51 +0000 (17:29 -0400)
committerJohn Dong <jdong@mit.edu>
Mon, 20 Aug 2007 21:29:51 +0000 (17:29 -0400)
app/views/quickvote/_pref_table.rhtml

index 1d3cdf37b29706c7be45c654ccf05000be20caef..a3ba63d7faac2af1dfa85a02c67c3dc26fa78e42 100644 (file)
@@ -10,7 +10,9 @@
        <td> </td>
        <% candidates.each do |candidate| -%>
          <th><%=h names[candidate] -%></th>
-       <% end -%>
+  <% end -%>
+</tr>
+
 <% candidates.each do |winner| -%>
   <tr>
        <th><%=h names[winner] %></th>
@@ -27,4 +29,4 @@
   <% end -%>
  </tr>
 <% end -%>
-
+</table>

Benjamin Mako Hill || Want to submit a patch?