mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
This PR fixes issue #13272 where supplier and product names containing HTML character entities (e.g. ã) were rendered as raw text on the /admin/inventory page. For example, a supplier name intended to appear as: Pãtes du Contentin would incorrectly display as: Pãtes du Contentin Cause: AngularJS’s {{ ... }} interpolation inserts raw strings into the DOM without decoding HTML entities.