1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-29 12:20:51 +02:00

Revert "sanitize: do not use LIBXML_NOEMPTYTAG (refs #522)"

This reverts commit b0ec17ea3c.
This commit is contained in:
Andrew Dolgov 2012-12-27 19:35:42 +04:00
parent 5d9abb1e11
commit ec6732f460

View File

@ -2572,7 +2572,7 @@
$node = $doc->getElementsByTagName('body')->item(0);
return $doc->saveXML($node); //LIBXML_NOEMPTYTAG
return $doc->saveXML($node, LIBXML_NOEMPTYTAG);
}
function check_for_update($link) {