diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-12-27 19:36:22 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-12-27 19:36:22 +0400 |
| commit | 2a3b7f25fcc99bc53d7c0f93c4e44ce2804bcc04 (patch) | |
| tree | 372df65c326df7fa72c47b3e4dc1cd703c8c6003 /include | |
| parent | ec6732f460cb471cbce13938c5aff75f5ff34e2c (diff) | |
sanitize: mention why LIBXML_NOEMPTYTAG is used
Diffstat (limited to 'include')
| -rw-r--r-- | include/functions.php | 1 |
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 |