diff options
| -rw-r--r-- | app/Models/Entry.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Entry.php b/app/Models/Entry.php index cd7b27291..f2701fb68 100644 --- a/app/Models/Entry.php +++ b/app/Models/Entry.php @@ -785,7 +785,7 @@ HTML; $content = ''; $cssSelector = htmlspecialchars_decode($feed->pathEntries(), ENT_QUOTES); $cssSelector = trim($cssSelector, ', '); - $nodes = $xpath->query((new Gt\CssXPath\Translator($cssSelector))->asXPath()); + $nodes = $xpath->query((new Gt\CssXPath\Translator($cssSelector, '//'))->asXPath()); if ($nodes != false) { $path_entries_filter = $feed->attributeString('path_entries_filter') ?? ''; $path_entries_filter = trim($path_entries_filter, ', '); |
