mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 19:55:56 +00:00
fix various tags being stuck because of invalid HTML markup being generated (closes #357)
This commit is contained in:
@@ -1355,7 +1355,7 @@
|
||||
|
||||
$node = $doc->getElementsByTagName('body')->item(0);
|
||||
|
||||
return $doc->saveXML($node);
|
||||
return $doc->saveXML($node, LIBXML_NOEMPTYTAG);
|
||||
}
|
||||
|
||||
function expire_cached_files($debug) {
|
||||
|
||||
Reference in New Issue
Block a user