##// 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 6 <h2><%=l(:label_my_account)%></h2>
7 7 <%= error_messages_for 'user' %>
8 8
9 <% form_for :user, @user, :url => { :action => "account" },
10 :builder => TabularFormBuilder,
9 <% form_for :user, @user, :url => { :action => "account" },
10 :builder => TabularFormBuilder,
11 11 :lang => current_language,
12 12 :html => { :id => 'my_account_form' } do |f| %>
13 13 <div class="splitcontentleft">
General Comments 0
You need to be logged in to leave comments. Login now