- Issue created by @kazah
- Status changed to Fixed
3 months ago 4:49pm 11 August 2024 Automatically closed - issue fixed for 2 weeks with no activity.
After creating a subtheme on D11 get this error:
<code>Twig\Error\SyntaxError: A hash value must be followed by a comma. Unexpected token "name" of value "status_headings" ("punctuation" expected with value ","). in Twig\TokenStream->expect() (line 31 /web/themes/contrib/bootstrap_barrio/templates/misc/status-messages--alerts.html.twig).
Proposed solution in /web/themes/contrib/bootstrap_barrio/templates/misc/status-messages--alerts.html.twig
add commas:
{{ include('bootstrap_barrio:alert',
{ message_list: message_list,
status_headings: status_headings,
attributes: attributes,
})
}}
Fixed
5.5
Code
Automatically closed - issue fixed for 2 weeks with no activity.