CVE-2015-5215 fix requires safe here

This commit is contained in:
Patrick Uiterwijk 2015-10-09 00:42:44 +00:00
parent c4d939b8c6
commit 4dd47a9d15

View file

@ -14,7 +14,7 @@
{%- if heads %}
{%- for group, value in heads.items() %}
{%- for head in value %}
{{ head }}
{{ head | safe }}
{%- endfor %}
{%- endfor %}
{%- endif %}