diff options
-rw-r--r-- | app/templates/macros/pagination.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/macros/pagination.html b/app/templates/macros/pagination.html index 5e1cbdd..0675fb6 100644 --- a/app/templates/macros/pagination.html +++ b/app/templates/macros/pagination.html @@ -25,5 +25,5 @@ <li class="page-item {% if not next_url %}disabled{% endif %}"> <a class="page-link" {% if next_url %}href="{{ next_url }}"{% endif %}>»</a> </li> - </div> + </ul> {% endmacro %} |