diff --git a/core/themes/stable/templates/content/search-result.html.twig b/core/themes/stable/templates/content/search-result.html.twig index adf8134..21ef14d 100644 --- a/core/themes/stable/templates/content/search-result.html.twig +++ b/core/themes/stable/templates/content/search-result.html.twig @@ -57,13 +57,13 @@ */ #} {{ title_prefix }} - + {{ title }} {{ title_suffix }} {% if snippet %} - {{ snippet }}

+ {{ snippet }}

{% endif %} {% if info %} -

{{ info }}

+

{{ info }}

{% endif %}