mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-09 22:47:36 +01:00
Fix pagination widget syntax error
This commit is contained in:
parent
2e6f99d09e
commit
2e3a9035c4
@ -25,5 +25,5 @@
|
|||||||
<li class="page-item {% if not next_url %}disabled{% endif %}">
|
<li class="page-item {% if not next_url %}disabled{% endif %}">
|
||||||
<a class="page-link" {% if next_url %}href="{{ next_url }}"{% endif %}>»</a>
|
<a class="page-link" {% if next_url %}href="{{ next_url }}"{% endif %}>»</a>
|
||||||
</li>
|
</li>
|
||||||
</div>
|
</ul>
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
Loading…
Reference in New Issue
Block a user