Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

A href encoded incorrectly #759

Closed
ispyinternet opened this issue Jun 20, 2019 · 1 comment · Fixed by sveltejs/svelte#3071
Closed

A href encoded incorrectly #759

ispyinternet opened this issue Jun 20, 2019 · 1 comment · Fixed by sveltejs/svelte#3071

Comments

@ispyinternet
Copy link

ispyinternet commented Jun 20, 2019

the following link:

<a href="https://www.facebook.com/dialog/share?app_id=xxx&href=https%3A%2F%2Ftest.com&display=popup&quote=this+is+test" alt="facebook share">Broken Share link</a>

incorrectly gets the quote text encoded:

<a href='https://www.facebook.com/dialog/share?app_id=xxx&href=https%3A%2F%2Ftest.com&display=popup"e=this+is+test' alt="facebook share">Broken Share link</a>

thgh added a commit to thgh/svelte that referenced this issue Jun 22, 2019
thgh added a commit to thgh/svelte that referenced this issue Jun 22, 2019
Conduitry pushed a commit to sveltejs/svelte that referenced this issue Jun 23, 2019
@Conduitry
Copy link
Member

Fixed in Svelte 3.5.4. Thanks @thgh!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants