fix variable name

This commit is contained in:
ghost 2023-08-17 13:16:00 +03:00
parent ec3fc1e15d
commit 055b15333e

View File

@ -543,7 +543,7 @@ if (!empty($argv[1])) {
foreach ($selectorTarget->childNodes as $node) {
$value = trim($element->ownerDocument->saveHtml());
$value = trim($node->ownerDocument->saveHtml());
if (empty($value)) {