I entered several umlauts (ÄÖÜ) as the display name in the contact manager. They are converted to html entities in the contactmanager_group_entries table:
This has the effect that the following set-up HTML-ENTITIES filter does not replace anything as the ä was changed to ä and is no more a valid html entity. Commenting out the line linked above fixes the issue.
FreePBX Version
FreePBX 17
Issue Description
I entered several umlauts (ÄÖÜ) as the display name in the contact manager. They are converted to html entities in the
contactmanager_group_entries
table:This line of code: https://github.com/FreePBX/superfecta/blob/72987ada31e083f4dd79319819593b6727bb4d5d/Superfecta.class.php#L238
removes the semikolon
;
This has the effect that the following set-up HTML-ENTITIES filter does not replace anything as the
ä
was changed toä
and is no more a valid html entity. Commenting out the line linked above fixes the issue.Operating Environment
Current Asterisk Version: 21.5.0
Relevant log output
No response