1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

ul entries list replaced by ol

This commit is contained in:
Simounet 2022-03-13 15:43:36 +01:00
parent e700cadae3
commit 016ceb6829
No known key found for this signature in database
GPG key ID: 77D3B7DC794EB770
5 changed files with 9 additions and 5 deletions

View file

@ -55,7 +55,7 @@
</div>
{% endif %}
<ul class="{% if listMode == 1 %}collection{% else %}row data{% endif %}">
<ol class="entries {% if listMode == 1 %}collection{% else %}row data{% endif %}">
{% for entry in entries %}
<li id="entry-{{ entry.id|e }}" class="{% if listMode != 0 %}col collection-item{% endif %} s12" data-entry-id="{{ entry.id|e }}" data-test="entry">
@ -68,7 +68,7 @@
{% endif %}
</li>
{% endfor %}
</ul>
</ol>
</form>
{% if entries.getNbPages > 1 %}