remove trailing white-spaces from app/views/projects/settings/_modules.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7218 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-14 08:38:37 +00:00
parent 19bfed994b
commit ed5bb57e48
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<% form_for :project, @project,
:url => { :action => 'modules', :id => @project },
:html => {:id => 'modules-form'} do |f| %>
<div class="box">
<fieldset>
<legend><%= l(:text_select_project_modules) %></legend>