Remove the 3A escape code from the view.
[selectricity-live] / 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?