1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-06 15:41:33 +00:00

Removed a space after spacer (#21258).

git-svn-id: http://svn.redmine.org/redmine/trunk@14898 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2015-11-28 11:13:52 +00:00
parent ae045cdac9
commit b2db1f5f19

View File

@ -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')