HTML validity on shelf page

This commit is contained in:
Mouse Reeve
2022-01-20 14:03:38 -08:00
parent db715cce2a
commit d9175ce0b0
3 changed files with 6 additions and 6 deletions

View File

@ -92,7 +92,7 @@
</span>
{% with count=books.paginator.count %}
{% if count %}
<p class="help">
<span class="help">
{% blocktrans trimmed count counter=count with formatted_count=count|intcomma %}
{{ formatted_count }} book
{% plural %}
@ -104,7 +104,7 @@
(showing {{ start }}-{{ end }})
{% endblocktrans %}
{% endif %}
</p>
</span>
{% endif %}
{% endwith %}
</h2>