Problem/Motivation

spaceless tag has been removed in Twig 3. It is not used in Drupal 9 anymore.

Steps to reproduce

Remove the spaceless tag from all the twig files

  templates/field/link-formatter-link-separate.html.twig
   templates/form/dropbutton-wrapper.html.twig
   templates/form/select.html.twig
   templates/navigation/toolbar.html.twig

Proposed resolution

Use spaceless filter instead in Drupal 8 too to help new sites become compatible with Twig 3 / Drupal 10.
https://twig.symfony.com/doc/3.x/filters/spaceless.html

CommentFileSizeAuthor
#2 spaceless-3363261-1.patch1.59 KBakshay kashyap

Issue fork ajans-3363261

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

    Comments

    Akshay kashyap created an issue. See original summary.

    akshay kashyap’s picture

    Status: Active » Needs review
    StatusFileSize
    new1.59 KB

    Added patch to remove spaceless tag from Twig templates. Please check.

    keshavv’s picture

    Status: Needs review » Reviewed & tested by the community

    Reviewed and tested the patch. Its working perfect

    arti_parmar’s picture

    vishal choudhary’s picture

    Version: 6.0.2 » 1.3.x-dev
    Status: Reviewed & tested by the community » Fixed
    vishal choudhary’s picture

    harshita mehna’s picture

    arti_parmar’s picture

    Status: Fixed » Closed (fixed)