We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<html> <head></head> <body> a <div> </div> </body> </html>
After running Jsoup.parse on this input, .outputHtml() on the resulted Document produces
Jsoup.parse
.outputHtml()
Document
<html> <head></head> <body> a· <div> </div> </body> </html>
where · is the trailing whitespace.
·
I believe issue #1798 was about this problem, but it seems that the issue persists. The version under test is 1.18.1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After running
Jsoup.parse
on this input,.outputHtml()
on the resultedDocument
produceswhere
·
is the trailing whitespace.I believe issue #1798 was about this problem, but it seems that the issue persists. The version under test is 1.18.1.
The text was updated successfully, but these errors were encountered: