diff options
Diffstat (limited to 'app/Models/Entry.php')
| -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 ab88d777a..243d557ac 100644 --- a/app/Models/Entry.php +++ b/app/Models/Entry.php @@ -484,7 +484,7 @@ class FreshRSS_Entry extends Minz_Model { /** * @var phpQueryObject @doc */ - $doc = phpQuery::newDocument($html); + $doc = phpQuery::newDocumentHTML($html); if ($maxRedirs > 0) { //Follow any HTML redirection |
