From: Andrew Dolgov Date: Thu, 27 Dec 2012 06:44:34 +0000 (+0400) Subject: sanitize: do not use LIBXML_NOEMPTYTAG (refs #522) X-Git-Tag: 1.7.0~103 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b0ec17ea3cd155475dfaa2c40f46aacbd94654be;p=tt-rss.git sanitize: do not use LIBXML_NOEMPTYTAG (refs #522) --- diff --git a/include/functions.php b/include/functions.php index 9c107c59..d03fcfb1 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2579,7 +2579,7 @@ $node = $doc->getElementsByTagName('body')->item(0); - return $doc->saveXML($node, LIBXML_NOEMPTYTAG); + return $doc->saveXML($node); //LIBXML_NOEMPTYTAG } function check_for_update($link) {