##// END OF EJS Templates
remove trailing white-spaces from app/views/my/account.html.erb...
Toshi MARUYAMA -
r7104:a96da11769c7
parent child
Show More
@@ -6,8 +6,8
6 <h2><%=l(:label_my_account)%></h2>
6 <h2><%=l(:label_my_account)%></h2>
7 <%= error_messages_for 'user' %>
7 <%= error_messages_for 'user' %>
8
8
9 <% form_for :user, @user, :url => { :action => "account" },
9 <% form_for :user, @user, :url => { :action => "account" },
10 :builder => TabularFormBuilder,
10 :builder => TabularFormBuilder,
11 :lang => current_language,
11 :lang => current_language,
12 :html => { :id => 'my_account_form' } do |f| %>
12 :html => { :id => 'my_account_form' } do |f| %>
13 <div class="splitcontentleft">
13 <div class="splitcontentleft">
General Comments 0
You need to be logged in to leave comments. Login now