From b93894ae8bc144459a05f47f13bda308af08be45 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sun, 11 Oct 2015 15:41:17 +0000 Subject: [PATCH] Update easyfix to its latest version, fixing it --- roles/easyfix/gather/files/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/easyfix/gather/files/template.html b/roles/easyfix/gather/files/template.html index 44cc149998..2b5b2338a0 100644 --- a/roles/easyfix/gather/files/template.html +++ b/roles/easyfix/gather/files/template.html @@ -130,7 +130,7 @@ {% for ticket in project.tickets%}

#{{ ticket.id }} - {{ ticket.title }}
+ {{ ticket.title|e }}
Status : {{ ticket.status }} - Type : {{ ticket.type }} - Component : {{ ticket.component }}