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
This commit is contained in:
Toshi MARUYAMA 2011-09-14 08:42:01 +00:00
parent c6c7c40420
commit a96da11769
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
<h2><%=l(:label_my_account)%></h2>
<%= 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| %>
<div class="splitcontentleft">