summaryrefslogtreecommitdiffstats
path: root/app/views/messages
diff options
context:
space:
mode:
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') %>