mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:55:55 +00:00
Revert "parser: use node->c14n() instead of expecting html in nodeValue"
This reverts commit 1383514ad9.
This commit is contained in:
@@ -75,7 +75,7 @@ class FeedItem_Atom extends FeedItem_Common {
|
||||
}
|
||||
}
|
||||
|
||||
return $content->c14n();
|
||||
return $content->nodeValue;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -95,7 +95,7 @@ class FeedItem_Atom extends FeedItem_Common {
|
||||
}
|
||||
}
|
||||
|
||||
return $content->c14n();
|
||||
return $content->nodeValue;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user