diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-18 01:57:49 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-18 01:57:49 +0000 |
commit | 6b7f4a21a62c4fb94869d7e80675868880efd193 (patch) | |
tree | f390f29b1f19ff866c18e263bf55a24b96c84db8 /app | |
parent | 243375e760112bf3f4d4a0b5e48c1178b1c24ff7 (diff) | |
download | redmine-6b7f4a21a62c4fb94869d7e80675868880efd193.tar.gz redmine-6b7f4a21a62c4fb94869d7e80675868880efd193.zip |
remove trailing white-spaces from app/views/users/index.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7375 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/views/users/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index ce8c9e2f6..5535ae0b0 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -23,7 +23,7 @@ <div class="autoscroll"> -<table class="list"> +<table class="list"> <thead><tr> <%= sort_header_tag('login', :caption => l(:field_login)) %> <%= sort_header_tag('firstname', :caption => l(:field_firstname)) %> |