HTML validity fix for summary tag

This commit is contained in:
Mouse Reeve 2022-01-10 12:30:24 -08:00
parent eec1155bb8
commit 2880b311e1

View file

@ -50,10 +50,10 @@
<div class="block">
<details class="details-panel">
<summary>
<h3 class="title is-6 mb-0">
<span role="heading" aria-level="3" class="title is-6 mb-0">
{% trans "View links" %}
({{ domain.links.count }})
</h3>
</span>
<span class="details-close icon icon-x" aria-hidden></span>
</summary>