- 🇵🇹Portugal JonasSavs
Hi,
Also faced this issue.
Solved by changing the description link property.
Best regards
Site builder can create a taxonomy menu with link description from taxonomy description field. Taxonomy description field can contain a special characters, html entities etc in their body. This special characters appear in menu link like href tag title.
non-breaking space
non-breaking space
when you mouse over your menu linknon-breaking space
Use html_entity_decode
to remove special characters from description.
Needs work
3.0
Code
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Hi,
Also faced this issue.
Solved by changing the description link property.
Best regards