summaryrefslogtreecommitdiffstats
path: root/app/views/news
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-11-28 11:13:15 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-11-28 11:13:15 +0000
commitae045cdac99e9ed54f70128b63853d8899080cb1 (patch)
treea9113533732445dc55f3a2ec4d29e17c3d37adb4 /app/views/news
parent0870a3a46e75568b740ad25aa730168be08a48ad (diff)
downloadredmine-ae045cdac99e9ed54f70128b63853d8899080cb1.tar.gz
redmine-ae045cdac99e9ed54f70128b63853d8899080cb1.zip
Use ul tags to do pagination (#21258).
Patch by Daniel Ritz. git-svn-id: http://svn.redmine.org/redmine/trunk@14897 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/news')
-rw-r--r--app/views/news/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/news/index.html.erb b/app/views/news/index.html.erb
index 87eb98b4b..64614c154 100644
--- a/app/views/news/index.html.erb
+++ b/app/views/news/index.html.erb
@@ -37,7 +37,7 @@
</article>
<% end %>
<% end %>
-<p class="pagination"><%= pagination_links_full @news_pages %></p>
+<span class="pagination"><%= pagination_links_full @news_pages %></span>
<% other_formats_links do |f| %>
<%= f.link_to 'Atom', :url => {:project_id => @project, :key => User.current.rss_key} %>