[COMPONENTS][Feed] Removed unnecessary ARIA

This commit is contained in:
Eliseu Amaro 2021-12-26 21:15:31 +00:00 committed by Diogo Peralta Cordeiro
parent 18cfcc0796
commit 7402e749cb
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
{% if page_title is defined %}
<h1>{{ page_title | trans }}</h1>
{% endif %}
<nav class="feed-actions" role=navigation>
<nav class="feed-actions">
{% for block in handle_event('AddFeedActions', app.request) %}
{{ block | raw }}
{% endfor %}