Formatting

This commit is contained in:
Max Kostikov 2019-11-06 16:11:10 +01:00
parent 2875ee2423
commit 9248fc96b3

View File

@ -446,7 +446,7 @@ function get_atom_elements($feed, $item) {
while (strpos($res['title'], " ") !== false)
$res['title'] = str_replace(" ", " ", $res['title']);
$res['title'] = trim($res['title']);
}
}
if(($summary) && ((strpos($summary,'<') !== false) || (strpos($summary,'>') !== false))) {