mirror of
https://github.com/j0k3r/php-readability.git
synced 2026-09-27 14:36:23 +00:00
A logic tries to replace a node with its child node if it is the only element of the node. However in some cases, especially when tidy is disabled, children items other than DOMElement may survive (e.g. DOMComment), leading to a TypeError. Fixes #122 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>