You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, external links for Wallace & Gromit sends a Google search for "Wallace", because the "&" character is interpreted as ending the query parameter.
It should be simple enough to fix : Passing the title through an encodeURIComponent before creating the external link url.
I'll push a fix in #47 , but still logging the issue in case the PR is not merged.
The text was updated successfully, but these errors were encountered:
For example, external links for Wallace & Gromit sends a Google search for "Wallace", because the "&" character is interpreted as ending the query parameter.
It should be simple enough to fix : Passing the title through an
encodeURIComponent
before creating the external link url.I'll push a fix in #47 , but still logging the issue in case the PR is not merged.
The text was updated successfully, but these errors were encountered: