Remove the 3A escape code from the view.
authorJohn Dong <jdong@mit.edu>
Wed, 29 Aug 2007 22:21:31 +0000 (18:21 -0400)
committerJohn Dong <jdong@mit.edu>
Wed, 29 Aug 2007 22:21:31 +0000 (18:21 -0400)
app/views/election/edit_candidates.rhtml

index 756554dcd83950c18a42da63412e19ac75a16401..dcd601a9cf72b3501061a3b18bfb83126e30367b 100644 (file)
@@ -4,7 +4,6 @@
 
 <% unless @election.candidates.empty? %>
   <p>The following are valid options or candidates in this election:</p>
-1;3A
 
   <% @election.candidates.each do |candidate| %>
     <% @current_candidate = candidate %>

Benjamin Mako Hill || Want to submit a patch?