File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11jsoup changelog
22
3- *** Release 1.5.2 [PENDING ]
3+ *** Release 1.5.2 [2011-02-27 ]
44 * Fixed issue with selector parser where some boolean AND + OR combined queries (e.g. "meta[http-equiv], meta[content]")
55 were being parsed incorrectly as OR only queries (e.g. former as "meta, [http-equiv], meta[content]")
66
7- * Fixed issue where a content-tye specified in a meta tag may not be reliably detected, due to the above issue.
7+ * Fixed issue where a content-type specified in a meta tag may not be reliably detected, due to the above issue.
88
9- * Updated Element.text() method to ensure <br> tags output as whitespace.
9+ * Updated Element.text() and Element.ownText() methods to ensure <br> tags output as whitespace.
1010
1111 * Tweaked Element.outerHtml() method to not generate initial newline on first output element.
1212
You can’t perform that action at this time.
0 commit comments