mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36: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 %}
|
{% 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 %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue