Twig SyntaxError: Unexpected "spaceless". Tag deprecated.

Created on 17 December 2023, 6 months ago
Updated 22 April 2024, about 1 month ago

Demonstrate block regions (Pachu) /admin/structure/block/demo/pachu

The website encountered an unexpected error. Try again later.
Twig\Error\SyntaxError: Unexpected "spaceless" tag (expecting closing tag for the "for" tag defined near line 27). in Twig\Parser->subparse() (line 30 of themes/contrib/pachu/templates/navigation/toolbar.html.twig).

https://www.codebales.com/twigerrorsyntaxerror-unexpected-spaceless-tag
pachu\templates\navigation\toolbar.html.twig

 * @see template_preprocess_toolbar()
 */
#}
<div{{ attributes.addClass('toolbar') }}>
  <nav{{ toolbar_attributes.addClass('toolbar-bar', 'clearfix') }}>
    <h2 class="visually-hidden">{{ toolbar_heading }}</h2>
    {% for key, tab in tabs %}
      {% set tray = trays[key] %}
      <div{{ tab.attributes.addClass('toolbar-tab') }}>
        {{ tab.link }}
        {#% spaceless %#}{% apply spaceless %}
          <div{{ tray.attributes }}>
            {% if tray.label %}
              <nav class="toolbar-lining clearfix" role="navigation" aria-label="{{ tray.label }}">
                <h3 class="toolbar-tray-name visually-hidden">{{ tray.label }}</h3>
            {% else %}
              <nav class="toolbar-lining clearfix" role="navigation">
            {% endif %}
            {{ tray.links }}
            </nav>
          </div>
        {% endapply %}{#% endspaceless %#}
      </div>
    {% endfor %}
๐Ÿ› Bug report
Status

Needs review

Version

1.0

Component

Code

Created by

๐Ÿ‡ฎ๐Ÿ‡ฑIsrael Promo-IL

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024