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

Replace multiple consecutive spaces with unicode non-breaking spaces #607

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

ZedThree
Copy link
Member

@ZedThree ZedThree commented Jan 2, 2024

Was previously using HTML named character reference   which would be rendered literally when escaped. Using the unicode directly bypasses the jinja escaping

Fixes #605

Although a little confusing, as I cannot find when unicode whitespace is getting replaced with plain spaces.

Was previously using HTML named character reference ` ` which
would be rendered literally when escaped. Using the unicode directly
bypasses the jinja escaping

Fixes #605

Although a little confusing, as I cannot find when unicode whitespace
is getting replaced with plain spaces.
@ZedThree ZedThree merged commit 8fb979e into master Jan 3, 2024
10 checks passed
@ZedThree ZedThree deleted the fix-escaping-nbsp branch January 3, 2024 09:28
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.

HTML encoding non-breaking spaces in parameter initial values
1 participant