Browse Source

fix variable name

main
ghost 1 year ago
parent
commit
055b15333e
  1. 2
      src/cli/yggo.php

2
src/cli/yggo.php

@ -543,7 +543,7 @@ if (!empty($argv[1])) { @@ -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)) {

Loading…
Cancel
Save