diff options
author | Max Kostikov <max@kostikov.co> | 2019-11-06 16:11:10 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-11-06 16:11:10 +0100 |
commit | 9248fc96b3c7f79fa443262e3291f43b192908e4 (patch) | |
tree | 3ad85d776473e1cb4d9e8fb8a574776e54d2f5a1 | |
parent | 2875ee2423380dbe3a50aa2e9cae88c59600afe8 (diff) | |
download | volse-hubzilla-9248fc96b3c7f79fa443262e3291f43b192908e4.tar.gz volse-hubzilla-9248fc96b3c7f79fa443262e3291f43b192908e4.tar.bz2 volse-hubzilla-9248fc96b3c7f79fa443262e3291f43b192908e4.zip |
Formatting
-rw-r--r-- | include/feedutils.php | 2 |
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))) { |