summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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