From 4dd47a9d15ffac9bae17660d2e2800ba9343249c Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 9 Oct 2015 00:42:44 +0000 Subject: [PATCH] CVE-2015-5215 fix requires safe here --- roles/ipsilon/files/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ipsilon/files/templates/layout.html b/roles/ipsilon/files/templates/layout.html index cdb8e06bdb..c20d2453ed 100644 --- a/roles/ipsilon/files/templates/layout.html +++ b/roles/ipsilon/files/templates/layout.html @@ -14,7 +14,7 @@ {%- if heads %} {%- for group, value in heads.items() %} {%- for head in value %} - {{ head }} + {{ head | safe }} {%- endfor %} {%- endfor %} {%- endif %}