From: Andrew Dolgov Date: Thu, 27 Dec 2012 15:36:22 +0000 (+0400) Subject: sanitize: mention why LIBXML_NOEMPTYTAG is used X-Git-Tag: 1.7.0~97 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2a3b7f25fcc99bc53d7c0f93c4e44ce2804bcc04;p=tt-rss.git sanitize: mention why LIBXML_NOEMPTYTAG is used --- 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