changelog: fix render crash on None values

master
informatic 2020-03-27 21:28:05 +01:00
parent cfc73807e3
commit 06dc0b0626
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
{%- else -%}
,
{%- endif -%}
{%- endif %} <b>{{ key }}</b> to <code title="{{ value }}">{{ value|truncate(40) }}</code> {% endfor %}
{%- endif %} <b>{{ key }}</b> to <code title="{{ value }}">{{ value|string()|truncate(40) }}</code> {% endfor %}
</p>
{% endfor %}
{% endmacro %}