From: Toshi MARUYAMA Date: Wed, 14 Sep 2011 08:42:01 +0000 (+0000) Subject: remove trailing white-spaces from app/views/my/account.html.erb X-Git-Tag: 1.3.0~744 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a96da11769c7bc470d408b9788cd611b1b1cda0e;p=redmine.git remove trailing white-spaces from app/views/my/account.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7224 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index a8cd37623..bf0b08297 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -6,8 +6,8 @@

<%=l(:label_my_account)%>

<%= error_messages_for 'user' %> -<% form_for :user, @user, :url => { :action => "account" }, - :builder => TabularFormBuilder, +<% form_for :user, @user, :url => { :action => "account" }, + :builder => TabularFormBuilder, :lang => current_language, :html => { :id => 'my_account_form' } do |f| %>