diff --git a/module/CommonBundle/Resources/views/common/index/index.twig b/module/CommonBundle/Resources/views/common/index/index.twig index e3e9a9f9ef..898c2c3c7e 100644 --- a/module/CommonBundle/Resources/views/common/index/index.twig +++ b/module/CommonBundle/Resources/views/common/index/index.twig @@ -248,7 +248,10 @@

Cudi - {{ translate('Opening Hours') }}

{% for message in cudi.messages %} -
{{ message.getContent(language) }} +
+ {% autoescape false %} + {{ message.getContent(language) }} + {% endautoescape %}
{% endfor %}