From 4f24ef410e650c38d5d9ed51928cc3d0930cefda Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Tue, 13 Jun 2017 12:15:07 +1000 Subject: [PATCH] Icon is already escaped Signed-off-by: Madhura Jayaratne --- templates/table/structure/display_partitions.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/table/structure/display_partitions.twig b/templates/table/structure/display_partitions.twig index 12b0cf0726..a045e308cd 100644 --- a/templates/table/structure/display_partitions.twig +++ b/templates/table/structure/display_partitions.twig @@ -83,7 +83,7 @@ id="partition_action_{{ action }}" name="partition_action_{{ action }}" class="ajax"> - {{ icon }} + {{ icon|raw }} {% endfor %}