fix typos and minor issues
[selectricity-live] / app / views / common / _methodinfo_ssd.rhtml
index 0c8dc9560d5f02d37e3e0fe851328a97334393f7..6b6d42f13327e6fb589366ec5bdc42d1877717a7 100644 (file)
@@ -3,7 +3,7 @@ preference (from most preferred to least preferred):</p>
 
 <ol>
 <% @election.ssd_result.ranked_candidates.each do |place|  %>
-  <li><%= h(place.collect {|c| @names[c].capitalize}.join( " <em>and</em> " )) %>
+  <li><%= h(place.collect {|c| @names[c].capitalize}.join( " and " )) %>
       <%= "<strong>(TIE)</strong>" if place.length > 1 %></li>
 <% end %>
 </ol>

Benjamin Mako Hill || Want to submit a patch?