mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-15 18:00:59 +01:00
highlight: remove unnecessary test for DomText
This commit is contained in:
parent
79834eda77
commit
1bdbffcf11
@ -2867,7 +2867,6 @@
|
||||
$elements = $xpath->query("//*/text()");
|
||||
|
||||
foreach ($elements as $child) {
|
||||
if (!$child instanceof DomText) continue;
|
||||
|
||||
$fragment = $doc->createDocumentFragment();
|
||||
$text = $child->textContent;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user