Skip to content

Commit e4ca922

Browse files
committed
PR URL
1 parent cc03821 commit e4ca922

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
through the HTML parser's bogus comment handler. Serialization for non-doctype declarations no longer end with a
4343
spurious `!`. [2275](https://github.com/jhy/jsoup/pull/2275)
4444
* When converting parsed HTML to XML or the W3C DOM, element names containing `<` are normalized to `_` to ensure valid
45-
XML. For example, `<foo<bar>` becomes `<foo_bar>`, as XML does not allow `<` in element names, but HTML5 does.
45+
XML. For example, `<foo<bar>` becomes `<foo_bar>`, as XML does not allow `<` in element names, but HTML5
46+
does. [2276](https://github.com/jhy/jsoup/pull/2276)
4647

4748
### Bug Fixes
4849

0 commit comments

Comments
 (0)