From 1d4680d1829e85a547cf568e9ab4ce6e130b783b Mon Sep 17 00:00:00 2001 From: Gytautas Date: Mon, 16 Dec 2024 13:29:20 +0200 Subject: [PATCH] typos fixed in changelog and escaping removed --- changelog.md | 2 +- views/templates/admin/_configure/helpers/form/form.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 6870d1a4f..6695ea86c 100644 --- a/changelog.md +++ b/changelog.md @@ -6,7 +6,7 @@ + Fixed issue with order status on multishop + Phone number validation improvements + Add to cart validation improvements on recurring orders -+ Code bawe improvements following prestashop standards ++ Code base improvements following prestashop standards ## Changes in release 6.2.4 ## + Workflow improvements diff --git a/views/templates/admin/_configure/helpers/form/form.tpl b/views/templates/admin/_configure/helpers/form/form.tpl index 818e40160..e58d26081 100644 --- a/views/templates/admin/_configure/helpers/form/form.tpl +++ b/views/templates/admin/_configure/helpers/form/form.tpl @@ -217,7 +217,7 @@ {/if}

- {$input.methodDescription|escape:'html':'UTF-8'} + {$input.methodDescription}