diff --git a/core/modules/field/templates/field.html.twig b/core/modules/field/templates/field.html.twig index d5873f4..1b8e41c 100644 --- a/core/modules/field/templates/field.html.twig +++ b/core/modules/field/templates/field.html.twig @@ -38,11 +38,11 @@ HTML comment. --> {% if not label_hidden %} -
{{ label }}: 
+
{{ label }}: 
{% endif %} -
+
{% for delta, item in items %} -
{{ item }}
+
{{ item }}
{% endfor %}
diff --git a/core/modules/node/templates/node.html.twig b/core/modules/node/templates/node.html.twig index 1f8c823..abd3730 100644 --- a/core/modules/node/templates/node.html.twig +++ b/core/modules/node/templates/node.html.twig @@ -75,7 +75,7 @@ * @ingroup themeable */ #} -
+
{{ title_prefix }} {% if not page %} diff --git a/core/modules/search/templates/search-result.html.twig b/core/modules/search/templates/search-result.html.twig index 281f8b1..d1fafcd 100644 --- a/core/modules/search/templates/search-result.html.twig +++ b/core/modules/search/templates/search-result.html.twig @@ -57,15 +57,15 @@ * @ingroup themeable */ #} -
  • + {{ title_prefix }} -

    +

    {{ title }}

    {{ title_suffix }}
    {% if snippet %} -

    {{ snippet }}

    +

    {{ snippet }}

    {% endif %} {% if info %}

    {{ info }}

    diff --git a/core/modules/system/templates/maintenance-page.html.twig b/core/modules/system/templates/maintenance-page.html.twig index b71fa24..b9298b1 100644 --- a/core/modules/system/templates/maintenance-page.html.twig +++ b/core/modules/system/templates/maintenance-page.html.twig @@ -20,7 +20,7 @@ {{ styles }} {{ scripts }} - +
    diff --git a/core/modules/system/templates/vertical-tabs.html.twig b/core/modules/system/templates/vertical-tabs.html.twig index 6981bc6..5b7298b 100644 --- a/core/modules/system/templates/vertical-tabs.html.twig +++ b/core/modules/system/templates/vertical-tabs.html.twig @@ -12,4 +12,4 @@ * @ingroup themeable */ #} -
    {{ children }}
    +
    {{ children }}
    diff --git a/core/modules/taxonomy/templates/taxonomy-term.html.twig b/core/modules/taxonomy/templates/taxonomy-term.html.twig index a3986fa..9256a74 100644 --- a/core/modules/taxonomy/templates/taxonomy-term.html.twig +++ b/core/modules/taxonomy/templates/taxonomy-term.html.twig @@ -29,7 +29,7 @@ * @ingroup themeable */ #} -
    +
    {{ title_prefix }} {% if not page %}

    {{ name }}

    diff --git a/core/modules/views/templates/views-view-summary.html.twig b/core/modules/views/templates/views-view-summary.html.twig index 4d8ed8f..45a9491 100644 --- a/core/modules/views/templates/views-view-summary.html.twig +++ b/core/modules/views/templates/views-view-summary.html.twig @@ -22,7 +22,7 @@
      {% for row in rows %} -
    • {{ row.link }} +
    • {{ row.link }} {% if options.count %} ({{ row.count }}) {% endif %} diff --git a/core/modules/views/templates/views-view-table.html.twig b/core/modules/views/templates/views-view-table.html.twig index 6b0b26c..0d5d7f5 100644 --- a/core/modules/views/templates/views-view-table.html.twig +++ b/core/modules/views/templates/views-view-table.html.twig @@ -50,7 +50,7 @@ {% for column in header %} - + {{ column.content }} {% endfor %} diff --git a/core/themes/bartik/templates/node.html.twig b/core/themes/bartik/templates/node.html.twig index 6694211..cf8fd8f 100644 --- a/core/themes/bartik/templates/node.html.twig +++ b/core/themes/bartik/templates/node.html.twig @@ -71,7 +71,7 @@ * @ingroup themeable */ #} -
      +
      {{ title_prefix }} @@ -90,7 +90,7 @@ {% endif %}
      -
      +
      {# We hide links now so that we can render them later. #} {% hide(content.links) %} {{ content }}