Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
2.05.03, 2.20.00RC1
-
None
-
None
Description
Example:
<html> <body/> </html>
SimpleHtmlExtractor#getInnerHtmlSimply returns null
SimpleContentRewriter#rewrite returns <html> <body/> </html>
For this input value, we expect that the ContentRewriter returns null, not to break HTML validity.