diff --git a/templates/modules/my-issues/components/my-issue-card.twig b/templates/modules/my-issues/components/my-issue-card.twig index e799a74e..57dfd6b9 100644 --- a/templates/modules/my-issues/components/my-issue-card.twig +++ b/templates/modules/my-issues/components/my-issue-card.twig @@ -27,10 +27,10 @@ data-toggle-popover="true" {# popover attr #} data-content= " {# popover attr #} - {{ 'issues.card.popovers.name' | trans }}: {{ issueCardDto.getIssue().getName() }} + {{ 'issues.card.popovers.name' | trans }}: {{ issueCardDto.getIssue().getName() | escape }}
- {{ 'issues.card.popovers.description' | trans }}: {{ issueCardDto.getIssue().getInformation() }} + {{ 'issues.card.popovers.description' | trans }}: {{ issueCardDto.getIssue().getInformation() | escape }} {% if isCompact is defined @@ -236,4 +236,4 @@ - \ No newline at end of file +