diff --git a/index.twig b/index.twig index 39808e1..c412f71 100644 --- a/index.twig +++ b/index.twig @@ -2,11 +2,11 @@ - {% set title = block('title') is defined ? block('title') : Lang.get('general.support_portal') %} - {{ company }} - {{ title }} + {% set title = block('title') is defined ? block('title') : Lang.get('general.support_portal')|e %} + {{ company }} - {{ title|raw }} {% block meta %}{% endblock %} - + {% include 'frontend.' ~ template ~ '.head_common' %} @@ -118,7 +118,7 @@

- {{ title }} + {{ title|raw }}