]> git.wh0rd.org - tt-rss.git/commitdiff
sanitize: mention why LIBXML_NOEMPTYTAG is used
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 27 Dec 2012 15:36:22 +0000 (19:36 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 27 Dec 2012 15:36:22 +0000 (19:36 +0400)
include/functions.php

index 9994240c61325987af0b4e72d9d02ac3600ba680..540ab4d4ac2db278516fb6a4333322f9342a8386 100644 (file)
                $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