aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-07-12 17:52:30 +0100
committerrubenwardy <rw@rubenwardy.com>2020-07-12 17:52:30 +0100
commit2e3a9035c49217c7d539417762c66a969a8d3bb1 (patch)
tree2f186236f5507b22685de45c44275bfd58a69bb4
parent2e6f99d09e8bb3e7dbb5bf8e47501a58e464e157 (diff)
downloadcheatdb-2e3a9035c49217c7d539417762c66a969a8d3bb1.tar.xz
Fix pagination widget syntax error
-rw-r--r--app/templates/macros/pagination.html2
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 %}>&raquo;</a>
</li>
- </div>
+ </ul>
{% endmacro %}