summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-27 19:36:22 +0400
committerAndrew Dolgov <[email protected]>2012-12-27 19:36:22 +0400
commit2a3b7f25fcc99bc53d7c0f93c4e44ce2804bcc04 (patch)
tree372df65c326df7fa72c47b3e4dc1cd703c8c6003 /include
parentec6732f460cb471cbce13938c5aff75f5ff34e2c (diff)
sanitize: mention why LIBXML_NOEMPTYTAG is used
Diffstat (limited to 'include')
-rw-r--r--include/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index 9994240c6..540ab4d4a 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