We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9e158 commit d651855Copy full SHA for d651855
src/main/java/org/jsoup/parser/Tag.java
@@ -242,6 +242,7 @@ public String toString() {
242
};
243
private static final String[] preserveWhitespaceTags = {
244
"pre", "plaintext", "title", "textarea"
245
+ // script is not here as it is a data node, which always preserve whitespace
246
247
// todo: I think we just need submit tags, and can scrub listed
248
private static final String[] formListedTags = {
0 commit comments