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

Stop running stripslashes on input text #42

Closed

Conversation

andrewnicols
Copy link
Collaborator

HTML content preserves slashes (), and so should Html2Text when it
converts content.

Note: This is a potentially breaking change as it will mean that slashes
are no longer stripped out of content where developers were expecting
Html2Text to perform their sanitisation.

HTML content preserves slashes (\), and so should Html2Text when it
converts content.

Note: This is a potentially breaking change as it will mean that slashes
are no longer stripped out of content where developers were expecting
Html2Text to perform their sanitisation.
@mtibben
Copy link
Owner

mtibben commented Oct 11, 2015

oh wow that is weird

@mtibben
Copy link
Owner

mtibben commented Oct 11, 2015

Merged 0636687

@mtibben mtibben closed this Oct 11, 2015
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.

None yet

2 participants