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