]> git.lizzy.rs Git - cheatdb.git/commitdiff
Fix pagination widget syntax error
authorrubenwardy <rw@rubenwardy.com>
Sun, 12 Jul 2020 16:52:30 +0000 (17:52 +0100)
committerrubenwardy <rw@rubenwardy.com>
Sun, 12 Jul 2020 16:52:30 +0000 (17:52 +0100)
app/templates/macros/pagination.html

index 5e1cbdd52aea3fb7686a6f1e517ecc8cf1528fd4..0675fb6c1bf7a9c89530211e19e5e6b93309bf1c 100644 (file)
@@ -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 %}