Skip to content
Snippets Groups Projects
Commit 0fcf687c authored by git's avatar git Committed by Alberto Siles
Browse files

Issue #3033766 by npralhad, a.dreichan, jacklee0410, hatuhay: Notice: Array to...

Issue #3033766 by npralhad, a.dreichan, jacklee0410, hatuhay: Notice: Array to string conversion in Drupal\Core\Template\AttributeArray->__toString()
parent 64df35ec
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@
set link_classes = [
'nav-link',
item.in_active_trail ? 'active',
item.url.getOption('attributes').class ? item.url.getOption('attributes').class,
item.url.getOption('attributes').class ? item.url.getOption('attributes').class | join(''),
]
%}
{{ link(item.title, item.url, {'class': link_classes}) }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment