]> source.dussan.org Git - redmine.git/commitdiff
Replaced the 3 dots with an ellipsis sign.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 5 Dec 2015 11:16:34 +0000 (11:16 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 5 Dec 2015 11:16:34 +0000 (11:16 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14948 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/pagination.rb

index f1d05c7612c2cf05d398adb0e0a76ef9aac01f9c..f8d0ccd07a4fc6766871291df8aaf484fefe447e 100644 (file)
@@ -194,7 +194,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', '&hellip;'.html_safe), :class => 'spacer')
           end
           if page == paginator.page
             html << content_tag('li', content_tag('span', page.to_s), :class => 'current')