summaryrefslogtreecommitdiffstats
path: root/app/views/messages
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/messages
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/messages')
-rw-r--r--app/views/messages/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb
index 533be20bb..23e6f0285 100644
--- a/app/views/messages/show.html.erb
+++ b/app/views/messages/show.html.erb
@@ -67,7 +67,7 @@
<%= link_to_attachments message, :author => false %>
</div>
<% end %>
-<p class="pagination"><%= pagination_links_full @reply_pages, @reply_count, :per_page_links => false %></p>
+<span class="pagination"><%= pagination_links_full @reply_pages, @reply_count, :per_page_links => false %></span>
<% end %>
<% if !@topic.locked? && authorize_for('messages', 'reply') %>