From 2a3b7f25fcc99bc53d7c0f93c4e44ce2804bcc04 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 27 Dec 2012 19:36:22 +0400 Subject: [PATCH] sanitize: mention why LIBXML_NOEMPTYTAG is used --- include/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/functions.php b/include/functions.php index 9994240c..540ab4d4 100644 --- a/include/functions.php +++ b/include/functions.php @@ -4723,6 +4723,7 @@ $node = $doc->getElementsByTagName('body')->item(0); // http://tt-rss.org/forum/viewtopic.php?f=1&t=970 + // http://tt-rss.org/redmine/issues/357 if ($node) return $doc->saveXML($node, LIBXML_NOEMPTYTAG); else -- 2.39.2