diff --git a/core/modules/taxonomy/templates/taxonomy-term.html.twig b/core/modules/taxonomy/templates/taxonomy-term.html.twig index d6fb9bd..6636b79 100644 --- a/core/modules/taxonomy/templates/taxonomy-term.html.twig +++ b/core/modules/taxonomy/templates/taxonomy-term.html.twig @@ -25,7 +25,7 @@ * @ingroup themeable */ #} - + {{ title_prefix }} {% if not page %}

{{ name }}

diff --git a/core/themes/stable/templates/content/taxonomy-term.html.twig b/core/themes/stable/templates/content/taxonomy-term.html.twig index 09c242b..78203d9 100644 --- a/core/themes/stable/templates/content/taxonomy-term.html.twig +++ b/core/themes/stable/templates/content/taxonomy-term.html.twig @@ -23,7 +23,7 @@ * @see template_preprocess_taxonomy_term() */ #} - + {{ title_prefix }} {% if not page %}

{{ name }}