From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 01:10:30 +0000 (+0000) Subject: remove trailing white-spaces from app/views/common/_tabs.html.erb X-Git-Tag: 1.3.0~700 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d2044709783475c567f23cba86c9b7381b560aea;p=redmine.git remove trailing white-spaces from app/views/common/_tabs.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7268 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/common/_tabs.html.erb b/app/views/common/_tabs.html.erb index c99c6a9f4..601977d14 100644 --- a/app/views/common/_tabs.html.erb +++ b/app/views/common/_tabs.html.erb @@ -17,11 +17,11 @@ <% tabs.each do |tab| -%> - <%= content_tag('div', render(:partial => tab[:partial], :locals => {:tab => tab} ), + <%= content_tag('div', render(:partial => tab[:partial], :locals => {:tab => tab} ), :id => "tab-content-#{tab[:name]}", :style => (tab[:name] != selected_tab ? 'display:none' : nil), :class => 'tab-content') %>