- Issue created by @AaronChristian
- Status changed to Fixed
over 1 year ago 10:25pm 19 April 2023 - Status changed to Fixed
over 1 year ago 10:25pm 19 April 2023
Twig\Error\SyntaxError: Unexpected "spaceless" tag (expecting closing tag for the "autoescape" tag defined near line 127). in Twig\Parser->subparse() (line 127 of modules/contrib/bootstrap_ui_kit/templates/section.html.twig).
We need to use the apply
tag now;
{% apply spaceless %}
...
{% endapply %}
Fixed
1.0
Code