]> projects.mako.cc - selectricity/blobdiff - app/views/voter/index.rhtml
Remove useless puts calls; fix gmap api key for selectricity.org
[selectricity] / app / views / voter / index.rhtml
old mode 100755 (executable)
new mode 100644 (file)
index 7e31c92..5c2ea27
@@ -2,7 +2,7 @@
 
 <p>Please enter your password/token to log in and vote:</p>
 
-<%= form_tag :action => 'index' %>
+<% form_tag(:action => 'index') do %>
 <%= text_field :vote, :password %>
 <%= submit_tag "Log In" %>
-<%= end_form_tag %>
+<% end %>

Benjamin Mako Hill || Want to submit a patch?