- 🇺🇸United States luke.leber Pennsylvania
I think this one can be safely closed out, as Drupal 9 is no more.
spaceless
tag has been removed in Twig 3. It is not used in Drupal 9 anymore.
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
Before:
{% spaceless %}
{% endspaceless %}
After:
{% apply spaceless %}
{% endapply %}
Create a patch.
None.
Closed: outdated
9.5
Last updated
Primarily changes documentation, not code. For Drupal core issues, select the Documentation component instead of using this tag. In general, component selection is preferred over tag selection.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I think this one can be safely closed out, as Drupal 9 is no more.