aboutsummaryrefslogtreecommitdiffstats
path: root/include/feedutils.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/feedutils.php')
-rw-r--r--include/feedutils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/feedutils.php b/include/feedutils.php
index 43986fb02..f47afc7af 100644
--- a/include/feedutils.php
+++ b/include/feedutils.php
@@ -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))) {