1
0
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:
Andrew Dolgov
2012-12-27 10:44:34 +04:00
parent f922746b9b
commit b0ec17ea3c

View File

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