From c6ee0f67544a70524539b26e8ea92209676a5399 Mon Sep 17 00:00:00 2001 From: abuathier <114949454+abuathier@users.noreply.github.com> Date: Thu, 2 Nov 2023 09:07:53 +0100 Subject: [PATCH] fix(legacy): escape fields (#2464) Co-authored-by: Arnaud Buathier --- .../include/configuration/configObject/host/listHost.ihtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/centreon/www/include/configuration/configObject/host/listHost.ihtml b/centreon/www/include/configuration/configObject/host/listHost.ihtml index 1db5d6301f7..d56e8561477 100644 --- a/centreon/www/include/configuration/configObject/host/listHost.ihtml +++ b/centreon/www/include/configuration/configObject/host/listHost.ihtml @@ -66,7 +66,7 @@ {else} {/if} - {$elemArr[elem].RowMenu_name} + {$elemArr[elem].RowMenu_name|escape} @@ -77,11 +77,11 @@ - {$elemArr[elem].RowMenu_desc} + {$elemArr[elem].RowMenu_desc|escape} {$elemArr[elem].RowMenu_address} {$elemArr[elem].RowMenu_poller} - {$elemArr[elem].RowMenu_parent} + {$elemArr[elem].RowMenu_parent|escape} {$elemArr[elem].RowMenu_status}