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

Escaping is done properly #151

Closed
Meerownymous opened this issue Mar 29, 2019 · 0 comments · Fixed by #152
Closed

Escaping is done properly #151

Meerownymous opened this issue Mar 29, 2019 · 0 comments · Fixed by #152
Assignees
Labels
Milestone

Comments

@Meerownymous
Copy link
Contributor

Meerownymous commented Mar 29, 2019

Expected Behavior

Xambly escapes attribute texts differently from attribute values.

Escape in attribute values is needed for <, >, &, " and '
Escape in element texts is only needed for <, >, &

Actual Behavior

Attribute values and element texts are escaped more specific then necessary.

Steps to reproduce the behavior

The log given by the failure.

Mention any other details that might be useful

@Meerownymous Meerownymous self-assigned this Mar 29, 2019
@Meerownymous Meerownymous added this to the next milestone Mar 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant