Problem/Motivation

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).

Steps to reproduce

Proposed resolution

We need to use the apply tag now;

{% apply spaceless %}
 ...
{% endapply %}

Remaining tasks

User interface changes

API changes

Data model changes

Comments

AaronChristian created an issue. See original summary.

aaronchristian’s picture

Status: Active » Fixed
aaronchristian’s picture

Status: Fixed » Closed (fixed)