diff --git a/core/modules/comment/templates/field--comment.html.twig b/core/modules/comment/templates/field--comment.html.twig index 537ca23..b074e45 100644 --- a/core/modules/comment/templates/field--comment.html.twig +++ b/core/modules/comment/templates/field--comment.html.twig @@ -22,7 +22,6 @@ * @see comment_preprocess_field() */ #} - {% set classes = [ 'field', @@ -33,7 +32,6 @@ 'comment-wrapper' ] %} - {% if comments and not label_hidden %} {{ title_prefix }} diff --git a/core/modules/node/templates/field--node--title.html.twig b/core/modules/node/templates/field--node--title.html.twig index 4bfc166..dc8cbbd 100644 --- a/core/modules/node/templates/field--node--title.html.twig +++ b/core/modules/node/templates/field--node--title.html.twig @@ -15,7 +15,6 @@ * @ingroup themeable */ #} - {% set classes = [ 'field', @@ -25,5 +24,4 @@ 'field-label-' ~ label_display ] %} - {{ items }} diff --git a/core/modules/system/templates/field.html.twig b/core/modules/system/templates/field.html.twig index fdf45c4..229e64e 100644 --- a/core/modules/system/templates/field.html.twig +++ b/core/modules/system/templates/field.html.twig @@ -33,7 +33,6 @@ * @ingroup themeable */ #} - {% set classes = [ 'field', @@ -43,14 +42,13 @@ 'field-label-' ~ label_display ] %} - {% if not label_hidden %} {{ label }}:  {% endif %} {% for delta, item in items %} -
{{ item }}
+ {{ item }} {% endfor %} diff --git a/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig b/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig index 2307cf9..a28f175 100644 --- a/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig +++ b/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig @@ -26,14 +26,13 @@ 'clearfix' ] %} - {% if not label_hidden %} {{ label }}: {% endif %} -