Correctly render html formatted variables
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
2bb01ef0a7
commit
23b07d4366
@ -23,7 +23,7 @@
|
||||
{% if is_html_formatted == false %}
|
||||
{{ value|e|replace({',': ',​'})|raw }}
|
||||
{% else %}
|
||||
{{ value }}
|
||||
{{ value|raw }}
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user