From df770407edbb2ed9f55b0a3b557f3b51a9e9f4e3 Mon Sep 17 00:00:00 2001 From: John Dong Date: Wed, 29 Aug 2007 18:21:31 -0400 Subject: [PATCH] Remove the 3A escape code from the view. --- app/views/election/edit_candidates.rhtml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/election/edit_candidates.rhtml b/app/views/election/edit_candidates.rhtml index 756554d..dcd601a 100644 --- a/app/views/election/edit_candidates.rhtml +++ b/app/views/election/edit_candidates.rhtml @@ -4,7 +4,6 @@ <% unless @election.candidates.empty? %>

The following are valid options or candidates in this election:

-1;3A <% @election.candidates.each do |candidate| %> <% @current_candidate = candidate %> -- 2.30.2