diff --git a/include/functions.php b/include/functions.php
index 9c107c5919ce2f9534378a6ba3f465dc79c80f29..d03fcfb15f0c4efaead5e3a33be17300919894e0 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) {