- Issue created by @mohammad-fayoumi
- Status changed to Needs review
10 months ago 3:26pm 30 January 2024
An encoding issue has been identified when generating a links, causing unexpected behavior when rendering URLs with certain characters.
Specifically, the issue arises when attempting to include the "&" character in a URL, resulting in split parameters and impacting the module's functionality.
Try to link a text that contains & it results an unexpected behaviour.
Encode the entity label in the replacement array for generate a correct href and decode that lable for the UI text.
Needs review
1.0
Code