added missing raw filter (#1393)

This commit is contained in:
Lukas
2020-01-19 21:46:47 +01:00
committed by Kevin Papst
parent ed8f024e42
commit 42de968f8f

View File

@@ -63,7 +63,7 @@
</td>
<td align="right">
{% if kimai_context.branding.company is not empty %}
{{ kimai_context.branding.company }} &ndash; {{ now|date_full }}
{{ kimai_context.branding.company|raw }} &ndash; {{ now|date_full }}
{% else %}
{{ 'export.date_copyright'|trans({'%date%': now|date_full, '%kimai%': '<a href="' ~ constant('App\\Constants::HOMEPAGE') ~ '">' ~ constant('App\\Constants::SOFTWARE') ~ '</a>'})|raw }}
{% endif %}