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

targets with " won't alert #36

Closed
twinforces opened this issue Jan 2, 2013 · 1 comment
Closed

targets with " won't alert #36

twinforces opened this issue Jan 2, 2013 · 1 comment

Comments

@twinforces
Copy link
Contributor

This happens when you use a target with alias(foo.target,"bar").

prepareTarget turns this into alias(foo.target,"bar"). That's fine for HTML but not for a URL.

solution is probably to have an "encodeTarget" method that uses urlencode.

@twinforces
Copy link
Contributor Author

This was fixed by my pull request

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

No branches or pull requests

1 participant