From cb4445d791104555cb1fde0680337a326545a82a Mon Sep 17 00:00:00 2001 From: Dave MacFarlane Date: Thu, 28 Sep 2023 10:26:51 -0400 Subject: [PATCH] [configuration] Escape values in config module PR#8759 converted the escape module to use unsafeInsert/update to save data and prevent double escaping issues. The usages of the textarea were audited to make sure they were properly escaped, however the value is also displayed in the configuration module itself. Until the module is updated from smarty to react (PR#8471), they need to be escaped in the config module itself. This adds escaping to the config module smarty template. --- modules/configuration/templates/form_configuration.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/configuration/templates/form_configuration.tpl b/modules/configuration/templates/form_configuration.tpl index de70964cab5..07d44c118f7 100644 --- a/modules/configuration/templates/form_configuration.tpl +++ b/modules/configuration/templates/form_configuration.tpl @@ -49,11 +49,11 @@ {/function} {function name=createTextArea} - + {/function} {function name=createText} - + {/function} {function name=createLogDropdown}