Fixed minor spelling errors on results pages, tried to fix quickvotes bug but unsucce...
[selectricity] / app / controllers / quickvote_controller.rb
index f7ad5ff33f3105dd589a94ea37b2b418b7e01024..fbf53d3f0f3347e06c18dc61ec92a42a27f6f5fa 100644 (file)
@@ -157,6 +157,7 @@ class QuickvoteController < ApplicationController
       redirect_to quickvote_url( :ident => params[:ident] )
       
     else
+      
       # record the ip address for posterity
       @voter.ipaddress = request.env["REMOTE_ADDR"]
       @voter.save

Benjamin Mako Hill || Want to submit a patch?