mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-06 12:41:19 +02:00
Revert "sanitize: do not use LIBXML_NOEMPTYTAG (refs #522)"
This reverts commit b0ec17ea3cd155475dfaa2c40f46aacbd94654be.
This commit is contained in:
parent
5d9abb1e11
commit
ec6732f460
@ -2572,7 +2572,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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user