From b2db1f5f193d577ac5319778575bff2c792067f7 2015-11-28 11:13:52 From: Jean-Philippe Lang Date: 2015-11-28 11:13:52 Subject: [PATCH] Removed a space after spacer (#21258). git-svn-id: http://svn.redmine.org/redmine/trunk@14898 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/lib/redmine/pagination.rb b/lib/redmine/pagination.rb index 83ded7b..053269a 100644 --- a/lib/redmine/pagination.rb +++ b/lib/redmine/pagination.rb @@ -185,7 +185,7 @@ module Redmine previous = nil paginator.linked_pages.each do |page| if previous && previous != page - 1 - html << content_tag('li', content_tag('span', '...'), :class => 'spacer') + ' ' + html << content_tag('li', content_tag('span', '...'), :class => 'spacer') end if page == paginator.page html << content_tag('li', content_tag('span', page.to_s), :class => 'current')