Formatting
This commit is contained in:
parent
2875ee2423
commit
9248fc96b3
@ -446,7 +446,7 @@ function get_atom_elements($feed, $item) {
|
|||||||
while (strpos($res['title'], " ") !== false)
|
while (strpos($res['title'], " ") !== false)
|
||||||
$res['title'] = str_replace(" ", " ", $res['title']);
|
$res['title'] = str_replace(" ", " ", $res['title']);
|
||||||
$res['title'] = trim($res['title']);
|
$res['title'] = trim($res['title']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if(($summary) && ((strpos($summary,'<') !== false) || (strpos($summary,'>') !== false))) {
|
if(($summary) && ((strpos($summary,'<') !== false) || (strpos($summary,'>') !== false))) {
|
||||||
|
Reference in New Issue
Block a user