From ed5bb57e48d756dbbe503a4ca44583ad24fe5667 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 14 Sep 2011 08:38:37 +0000 Subject: [PATCH] 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 --- app/views/projects/settings/_modules.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/settings/_modules.html.erb b/app/views/projects/settings/_modules.html.erb index 9e0f92caa..d78f68dd3 100644 --- a/app/views/projects/settings/_modules.html.erb +++ b/app/views/projects/settings/_modules.html.erb @@ -1,7 +1,7 @@ <% form_for :project, @project, :url => { :action => 'modules', :id => @project }, :html => {:id => 'modules-form'} do |f| %> - +
<%= l(:text_select_project_modules) %> -- 2.39.5