From b0ec17ea3cd155475dfaa2c40f46aacbd94654be Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 27 Dec 2012 10:44:34 +0400 Subject: sanitize: do not use LIBXML_NOEMPTYTAG (refs #522) --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index 9c107c591..d03fcfb15 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) { -- cgit v1.2.3