diff options
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| %> |