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

Again, fix inline theme parameters encoding for '#' #48

Merged
merged 1 commit into from
Sep 10, 2018

Conversation

matz3
Copy link
Member

@matz3 matz3 commented Sep 10, 2018

Proper encoding fix. See #23, #26.

A '#' character marks the start of the URI fragment component and needs
to be escaped to be part of the body.

Currently, this still works without encoding, but browsers might change
this in future.
See: https://www.chromestatus.com/features/5656049583390720

Proper encoding fix. See #23, #26.

A '#' character marks the start of the URI fragment component and needs
to be escaped to be part of the body.

Currently, this still works without encoding, but browsers might change
this in future.
See: https://www.chromestatus.com/features/5656049583390720
@matz3 matz3 merged commit 07787f6 into master Sep 10, 2018
@matz3 matz3 deleted the fix-chrome-encoding branch September 10, 2018 07:26
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.

None yet

1 participant