]> source.dussan.org Git - sonarqube.git/commitdiff
Fix whitespace in pagination footer
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 14 Dec 2012 15:18:09 +0000 (16:18 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 14 Dec 2012 15:18:09 +0000 (16:18 +0100)
sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb

index df44897443b006f0deeb0e07c4edbc6827f81a08..bde14bf58594144e1b95dbe1699c568120e48472 100644 (file)
@@ -729,6 +729,7 @@ module ApplicationHelper
       html += ' | '
       if max_pages > 20 && start_page > 1
         html += (current_page!=1 ? yield(message('paging_first'), 1) : message('paging_first'))
+        html += ' '
       end
       html += (pagination.previous? ? yield(message('paging_previous'), current_page-1) : message('paging_previous'))
       html += ' '