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

better handling of closing script tags #87

Closed
wants to merge 1 commit into from

Conversation

defunctzombie
Copy link
Contributor

Scripts can contain tag characters within their bounds (string,
templates, etc). These characters should not cause the script tag to
appear closed. Wait for an actual script tag closure.

Note that the presence of the full string "</script>" within the tag
will still cause termination as no checking for quotes or other
specifics is done. This just expands the termination check slightly.

Scripts can contain tag characters within their bounds (string,
templates, etc). These characters should not cause the script tag to
appear closed. Wait for an actual script tag closure.

Note that the presence of the full string "</script>" within the tag
will still cause termination as no checking for quotes or other
specifics is done. This just expands the termination check slightly.
@defunctzombie
Copy link
Contributor Author

@isaacs any thoughts on this?

@defunctzombie
Copy link
Contributor Author

comments? or is this fix not desirable?

@isaacs
Copy link
Owner

isaacs commented Jan 6, 2013

Landed on 367c594. thanks!

@isaacs isaacs closed this Jan 6, 2013
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.

2 participants