diff options
Diffstat (limited to 'app/views/roles/index.html.erb')
-rw-r--r-- | app/views/roles/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/roles/index.html.erb b/app/views/roles/index.html.erb index 9545d5509..6561d1170 100644 --- a/app/views/roles/index.html.erb +++ b/app/views/roles/index.html.erb @@ -29,6 +29,6 @@ </tbody> </table> -<p class="pagination"><%= pagination_links_full @role_pages %></p> +<span class="pagination"><%= pagination_links_full @role_pages %></span> <% html_title(l(:label_role_plural)) -%> |