##// END OF EJS Templates
Replaced the 3 dots with an ellipsis sign....
Jean-Philippe Lang -
r14566:5f35caa6bfb8
parent child
Show More
@@ -194,7 +194,7 module Redmine
194 previous = nil
194 previous = nil
195 paginator.linked_pages.each do |page|
195 paginator.linked_pages.each do |page|
196 if previous && previous != page - 1
196 if previous && previous != page - 1
197 html << content_tag('li', content_tag('span', '...'), :class => 'spacer')
197 html << content_tag('li', content_tag('span', '&hellip;'.html_safe), :class => 'spacer')
198 end
198 end
199 if page == paginator.page
199 if page == paginator.page
200 html << content_tag('li', content_tag('span', page.to_s), :class => 'current')
200 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