There are two templates in the Display Suite templates folder that contain an unnecessary quote " that breaks html when rendered.

  • ds-1col-wrapper.html.twig
  • ds-2col-stacked-fluid.html.twig

ds-1col-wrapper.html.twig
<{{ ds_content_wrapper }}{{ ds_content_attributes }}">
ds-2col-stacked-fluid.html.twig
<{{ footer_wrapper }}{{ footer_attributes.addClass('group-footer') }}">

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drupal12b created an issue. See original summary.

drupal12b’s picture

First time trying to do a patch so if I do something wrong, please advice :)

swentel’s picture

Status: Active » Needs review

Looks good, let's see what the bot thinks about it!

  • swentel committed c9b58c3 on 8.x-2.x authored by drupal12b
    Issue #2705641 by drupal12b: Faulty " in both ds-1col-wrapper.html.twig...
swentel’s picture

Status: Needs review » Fixed

Committed and pushed, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.