CVE-2015-5215 fix requires safe here
This commit is contained in:
parent
c4d939b8c6
commit
4dd47a9d15
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
{%- if heads %}
|
||||
{%- for group, value in heads.items() %}
|
||||
{%- for head in value %}
|
||||
{{ head }}
|
||||
{{ head | safe }}
|
||||
{%- endfor %}
|
||||
{%- endfor %}
|
||||
{%- endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue