All spaces after links.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11030 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-12-17 19:39:32 +00:00
parent 7143bd6d27
commit ab3330a945
1 changed files with 4 additions and 4 deletions

View File

@ -194,7 +194,7 @@ module Redmine
if paginator.next_page
# \xc2\xbb(utf-8) = »
html << ' ' + link_to(l(:label_next) + " \xc2\xbb", page_param => paginator.next_page)
html << link_to(l(:label_next) + " \xc2\xbb", page_param => paginator.next_page) + ' '
end
html << "(#{paginator.first_item}-#{paginator.last_item}/#{paginator.item_count}) "