Skip to content

Commit

Permalink
DDBPRO-86
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuechner committed Jun 7, 2024
1 parent 87b9104 commit 57b3672
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'aria-describedby': 'node_' ~ node.id ~ '_title',
} %}

<article{{ attributes.addClass(classes).removeAttribute('role') }}>
<div{{ attributes.addClass(classes).removeAttribute('role') }}>
<div class="container">
{# Breadcrumbs block #}
{{ drupal_block('system_breadcrumb_block', wrapper=false) }}
Expand Down Expand Up @@ -87,4 +87,4 @@

{# stable link placeholder #}
<div aria-hidden="true" class="stable-link__placeholder visually-hidden">{{ get_current_path() }}</div>
</article>
</div>

0 comments on commit 57b3672

Please sign in to comment.