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 }}