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

XKCD mouseover text is not HTML encoded #75

Open
erikdesjardins opened this issue Sep 4, 2016 · 0 comments
Open

XKCD mouseover text is not HTML encoded #75

erikdesjardins opened this issue Sep 4, 2016 · 0 comments

Comments

@erikdesjardins
Copy link

erikdesjardins commented Sep 4, 2016

Shows up here: https://noembed.com/embed?url=http%3A%2F%2Fxkcd.com%2F859%2F

The HTML produced (after parsing the JSON) is:

<img /="/" alt="(" src="https://noembed.com/i///imgs.xkcd.com/comics/(.png" title="Brains aside, I wonder how many poorly-written xkcd.com-parsing scripts will break on this title (or ;;"''{<<[' this mouseover text."">

Which results in the title attribute getting cut off by the raw quotes:

Brains aside, I wonder how many poorly-written xkcd.com-parsing scripts will break on this title (or ;;
@erikdesjardins erikdesjardins changed the title Quotes in XKCD titles are not HTML encoded Quotes in XKCD mouseover text are not HTML encoded Sep 4, 2016
@erikdesjardins erikdesjardins changed the title Quotes in XKCD mouseover text are not HTML encoded XKCD mouseover text is not HTML encoded Sep 4, 2016
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