diff --git a/core/modules/system/templates/radios.html.twig b/core/modules/system/templates/radios.html.twig index bf38830..e397644 100644 --- a/core/modules/system/templates/radios.html.twig +++ b/core/modules/system/templates/radios.html.twig @@ -12,4 +12,4 @@ * @ingroup themeable */ #} -{{ children }} +{{ children }} diff --git a/core/modules/system/templates/region.html.twig b/core/modules/system/templates/region.html.twig index b2c5471..e009455 100644 --- a/core/modules/system/templates/region.html.twig +++ b/core/modules/system/templates/region.html.twig @@ -14,14 +14,8 @@ * @ingroup themeable */ #} -{% - set classes = [ - 'region', - 'region-' ~ region|clean_class, - ] -%} {% if content %} - + {{ content }} {% endif %}