From 1ed0210fe2265b3235badb842ec8b79fe2d0a6bc Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 24 Feb 2020 09:47:22 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B02799=20-=20Fix=20double=20encoding=20in?= =?UTF-8?q?=20"top-list"=20display=20mode=20of=20the=20ManageBrick?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../portal/templates/bricks/manage/tile-top-list.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datamodels/2.x/itop-portal-base/portal/templates/bricks/manage/tile-top-list.html.twig b/datamodels/2.x/itop-portal-base/portal/templates/bricks/manage/tile-top-list.html.twig index 878f4c8d0b..7c2f497735 100644 --- a/datamodels/2.x/itop-portal-base/portal/templates/bricks/manage/tile-top-list.html.twig +++ b/datamodels/2.x/itop-portal-base/portal/templates/bricks/manage/tile-top-list.html.twig @@ -28,7 +28,7 @@ {% set iLineCount = iLineCount + 1 %} {{ iLineCount }} - {{ aDisplayValue.label_html }} + {{ aDisplayValue.label_html|raw }} {{ aDisplayValue.value }} {% endfor %}