[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
No known key found for this signature in database
GPG Key ID: 18D2D35001FBFAB0

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 %}