mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-25 00:50:29 +00:00
Merge pull request #1365 from wallabag/v2-typo-pagination
change </div> into </ul>
This commit is contained in:
commit
22ed64522a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
<a href="{{ path(app.request.attributes.get('_route'), app.request.query.all|merge({'page': p})) }}">{{ p }}</a>
|
<a href="{{ path(app.request.attributes.get('_route'), app.request.query.all|merge({'page': p})) }}">{{ p }}</a>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Reference in a new issue