fixed colors on graphs
[selectricity-live] / app / views / election / edit.rhtml
old mode 100755 (executable)
new mode 100644 (file)
index af0cb49..40aaad2
@@ -1,6 +1,6 @@
-<h1><strong><%= @election.name %>:</strong> Edit Overview</h1>
+<h1><strong><%=h @election.name %>:</strong> Edit Overview</h1>
 
-<%= start_form_tag :action => 'update', :id => @election %>
+<% form_tag(:action => 'update', :id => @election) do %>
   <%= render :partial => 'overview_form' %>
   <%= submit_tag 'Done!' %>
-<%= end_form_tag %>
+<% end %>

Benjamin Mako Hill || Want to submit a patch?