Merge pull request #1365 from wallabag/v2-typo-pagination

change </div> into </ul>
This commit is contained in:
Jeremy Benoist 2015-08-19 11:21:31 +02:00
commit 22ed64522a

View file

@ -23,7 +23,7 @@
<a href="{{ path(app.request.attributes.get('_route'), app.request.query.all|merge({'page': p})) }}">{{ p }}</a>
</li>
{% endfor %}
</div>
</ul>
</div>
{% endblock %}
<br />