Browse Source

Should be div not section

pm2
Luke Childs 9 years ago
parent
commit
ead206439d
  1. 4
      views/listing.html

4
views/listing.html

@ -35,14 +35,14 @@
<h3>No matches</h3>
{% endif %}
{% if req.query.s %}
<section class="pagination">
<div class="pagination">
{% if req.query.p > 1 %}
<a href="{{ req | pagination('prev') }}">&lt; Prev</a>
{% endif %}
{% if nodes.length == numOfNodes %}
<a href="{{ req | pagination('next') }}">Next &gt;</a>
{% endif %}
</section>
</div>
{% endif %}
{% endif %}

Loading…
Cancel
Save