##// END OF EJS Templates
Removed a space after spacer (#21258)....
Jean-Philippe Lang -
r14516:b2db1f5f193d
parent child
Show More
@@ -185,7 +185,7 module Redmine
185 185 previous = nil
186 186 paginator.linked_pages.each do |page|
187 187 if previous && previous != page - 1
188 html << content_tag('li', content_tag('span', '...'), :class => 'spacer') + ' '
188 html << content_tag('li', content_tag('span', '...'), :class => 'spacer')
189 189 end
190 190 if page == paginator.page
191 191 html << content_tag('li', content_tag('span', page.to_s), :class => 'current')
General Comments 0
You need to be logged in to leave comments. Login now