1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

highlight: remove unnecessary test for DomText

This commit is contained in:
Andrew Dolgov
2013-08-01 16:31:44 +04:00
parent 79834eda77
commit 1bdbffcf11

View File

@@ -2867,7 +2867,6 @@
$elements = $xpath->query("//*/text()");
foreach ($elements as $child) {
if (!$child instanceof DomText) continue;
$fragment = $doc->createDocumentFragment();
$text = $child->textContent;