accessibility

This commit is contained in:
rimu 2024-03-01 05:16:48 +13:00
parent df2775859f
commit 82e00db890

View file

@ -149,7 +149,7 @@
{% endif %} {% endif %}
{% endmacro %} {% endmacro %}
<div id="replies" class="comments" role="tree" aria-label="{{ _('Comments') }}"> <div id="replies" class="comments" role="tree" aria-label="{{ _('Comments') }}" aria-expanded="true">
{% for reply in replies %} {% for reply in replies %}
{{ render_comment(reply) | safe }} {{ render_comment(reply) | safe }}
{% endfor %} {% endfor %}