mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
accessibility
This commit is contained in:
parent
df2775859f
commit
82e00db890
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@
|
|||
{% endif %}
|
||||
{% 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 %}
|
||||
{{ render_comment(reply) | safe }}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue