Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Fix) Double escape in link content #4446

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

Roardom
Copy link
Collaborator

@Roardom Roardom commented Jan 21, 2025

We already escape the entire content and don't need to escape the link content a second time. Otherwise, when a link contains, for example, an apostrophe, it's double encoded to &pos; before being displayed on the page.

Regression from #3222

We already escape the entire content and don't need to escape the link content a second time. Otherwise, when a link contains, for example, an apostrophe, it's double encoded to `&pos;` before being displayed on the page. Regression from HDInnovations#3222
@HDVinnie HDVinnie merged commit 126cc85 into HDInnovations:8.x.x Jan 22, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants