Clean up a deprecation warning and another warning.
[selectricity] / app / views / site / index.rhtml
index bb74bba558278331eb15c27b640e9121bd016cf9..046228ddb3acba669a94934c12cfb96a56cf8c2c 100644 (file)
@@ -5,10 +5,10 @@
   <p>If you have received an email with a token inviting you to vote in
   an ongoing election, you can log in to vote using your token below.</p>
 
-  <%= form_tag :controller => 'voter', :action => 'index' %>
+  <% form_tag(:controller => 'voter', :action => 'index') do %>
   <p><%= text_field :vote, :password %></p>
   <p><%= submit_tag "Log In" %></p>
-  <%= end_form_tag %>
+  <% end %>
 
   <p><%= link_to 'Lost or forgot your token?', :controller => 'voter', :action => 'forgot_password' %></p>
 

Benjamin Mako Hill || Want to submit a patch?