forked from GNUsocial/gnu-social
[COMPONENTS][Feed] Removed unnecessary ARIA
This commit is contained in:
parent
18cfcc0796
commit
7402e749cb
@ -13,7 +13,7 @@
|
|||||||
{% if page_title is defined %}
|
{% if page_title is defined %}
|
||||||
<h1>{{ page_title | trans }}</h1>
|
<h1>{{ page_title | trans }}</h1>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<nav class="feed-actions" role=navigation>
|
<nav class="feed-actions">
|
||||||
{% for block in handle_event('AddFeedActions', app.request) %}
|
{% for block in handle_event('AddFeedActions', app.request) %}
|
||||||
{{ block | raw }}
|
{{ block | raw }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user