diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-02 12:44:46 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-02 12:44:46 +0000 |
commit | 6a27e2c5dcb6f34fea2a6c716d14f9c190a794c5 (patch) | |
tree | e6313af42ef3b9f5989d97ee4c4fc9642a5fb4d9 /app/views/search | |
parent | 0c48e2814df00f01419a7feabc349326fdc1c32a (diff) | |
download | redmine-6a27e2c5dcb6f34fea2a6c716d14f9c190a794c5.tar.gz redmine-6a27e2c5dcb6f34fea2a6c716d14f9c190a794c5.zip |
remove trailing white-spaces from app/views/search/index.rhtml.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6347 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/search')
-rw-r--r-- | app/views/search/index.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/search/index.rhtml b/app/views/search/index.rhtml index 0cedc4b14..606565c90 100644 --- a/app/views/search/index.rhtml +++ b/app/views/search/index.rhtml @@ -24,7 +24,7 @@ <div id="search-results-counts"> <%= render_results_by_type(@results_by_type) unless @scope.size == 1 %> </div> - + <h3><%= l(:label_result_plural) %> (<%= @results_by_type.values.sum %>)</h3> <dl id="search-results"> <% @results.each do |e| %> |