PrestaShop / hummingbird

82 stars 76 forks source link

fix: checkbox description display html #513

Closed ga-devfront closed 1 year ago

ga-devfront commented 1 year ago
Questions Answers
Description? when the description of the checkbox elements included HTML, it displayed the HTML tags. This PR solves the problem.
Type? bug fix
BC breaks? no
Deprecations? no
Fixed ticket? -
Sponsor company @PrestaShopCorp
How to test? You can access to the page create an account and check if the HTML is well displayed.

Before image

After image

SharakPL commented 1 year ago

Hasn't this been fixed already by https://github.com/PrestaShop/PrestaShop/pull/30415 https://github.com/PrestaShop/ps_emailsubscription/pull/91 & https://github.com/PrestaShop/ps_dataprivacy/pull/40 ?

ga-devfront commented 1 year ago

actually I thought I was in 8.1.0 on my docker but that was not the case. the PR can therefore be closed. Thank's @kpodemski