Correctly render html formatted variables

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-10-30 11:27:04 +01:00
parent 2bb01ef0a7
commit 23b07d4366

View File

@ -23,7 +23,7 @@
{% if is_html_formatted == false %}
{{ value|e|replace({',': ',&#8203;'})|raw }}
{% else %}
{{ value }}
{{ value|raw }}
{% endif %}
</td>
</tr>