diff --git a/modules/core/templates/frontpage_auth.twig b/modules/core/templates/frontpage_auth.twig index 5062ed8364a894ed5e0e8cd8c1c145209cdab9b5..3d30318f460d8a063365b3fcca003cc478601abe 100644 --- a/modules/core/templates/frontpage_auth.twig +++ b/modules/core/templates/frontpage_auth.twig @@ -13,7 +13,7 @@ <ul> {% for key, link in links_auth %} <li> - <a href="{{ link.href|escape('url') }}">{{ link.text|trans|escape('html') }}</a> + <a href="{{ link.href }}">{{ link.text|trans|escape('html') }}</a> {% if link.deprecated is defined and link.deprecated is not empty %} <strong>{{ '{core:frontpage:deprecated}'|trans }}</strong> {% endif %}