added missing raw filter (#1393)
This commit is contained in:
@@ -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 }} – {{ now|date_full }}
|
{{ kimai_context.branding.company|raw }} – {{ 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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user