]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/account.html.erb
Use <%= instead of <% for block helpers that use concat
[rails.git] / app / views / user / account.html.erb
index bdc52fb8c1056a2dc6701fa10ee0a4b04eb22443..606e8c35830532af1f6425a8e3abf11a3054e1bb 100644 (file)
@@ -1,6 +1,6 @@
 <h2><%= t 'user.account.my settings' %></h2>
 <%= error_messages_for 'user' %>
-<% form_for :user, :html => { :multipart => true } do |f| %>
+<%= form_for :user, :html => { :multipart => true } do |f| %>
 <table id="accountForm">
   <tr>
     <td class="fieldName"><%= t 'user.new.display name' %></td>