Specific HTML load for lib_phpQuery.php (#4243)

And reverts a less appropriate workaround for the same thing in https://github.com/FreshRSS/FreshRSS/pull/4220
Avoids XML errors when believing that a document might be XML/XHTML.
This commit is contained in:
Alexandre Alapetite
2022-03-01 16:03:44 +01:00
committed by GitHub
parent 7c74653cc2
commit 467ca9d0de
2 changed files with 2 additions and 3 deletions

View File

@@ -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