mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 23:35:57 +00:00
sanitize: do not use LIBXML_NOEMPTYTAG (refs #522)
This commit is contained in:
@@ -2579,7 +2579,7 @@
|
|||||||
|
|
||||||
$node = $doc->getElementsByTagName('body')->item(0);
|
$node = $doc->getElementsByTagName('body')->item(0);
|
||||||
|
|
||||||
return $doc->saveXML($node, LIBXML_NOEMPTYTAG);
|
return $doc->saveXML($node); //LIBXML_NOEMPTYTAG
|
||||||
}
|
}
|
||||||
|
|
||||||
function check_for_update($link) {
|
function check_for_update($link) {
|
||||||
|
|||||||
Reference in New Issue
Block a user