mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:45:56 +00:00
parser: properly support tag subtrees instead of text content for article content
This commit is contained in:
@@ -75,7 +75,7 @@ class FeedItem_Atom extends FeedItem_Common {
|
||||
}
|
||||
}
|
||||
|
||||
return $content->nodeValue;
|
||||
return $this->subtree_or_text($content);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -95,7 +95,7 @@ class FeedItem_Atom extends FeedItem_Common {
|
||||
}
|
||||
}
|
||||
|
||||
return $content->nodeValue;
|
||||
return $this->subtree_or_text($content);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user