diff options
author | ArthurHoaro <arthur@hoa.ro> | 2019-02-24 11:29:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-24 11:29:56 +0100 |
commit | 015314f3c6a1ce0b2c45fdb2fb0d36a15cab10f5 (patch) | |
tree | c805547e171afd615b90486fa8bd7656f5fb9090 /application/feed/FeedBuilder.php | |
parent | 0ee11e93907f0132e3b25a185093047bcd6b141d (diff) | |
parent | 520d29578c57e476ece3bdd20c286d196b7b61b4 (diff) | |
download | Shaarli-015314f3c6a1ce0b2c45fdb2fb0d36a15cab10f5.tar.gz Shaarli-015314f3c6a1ce0b2c45fdb2fb0d36a15cab10f5.tar.zst Shaarli-015314f3c6a1ce0b2c45fdb2fb0d36a15cab10f5.zip |
Merge pull request #1269 from ArthurHoaro/feature/remove-redirector
Remove the redirector setting
Diffstat (limited to 'application/feed/FeedBuilder.php')
-rw-r--r-- | application/feed/FeedBuilder.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/feed/FeedBuilder.php b/application/feed/FeedBuilder.php index b66f2f91..e23b3452 100644 --- a/application/feed/FeedBuilder.php +++ b/application/feed/FeedBuilder.php | |||
@@ -156,7 +156,7 @@ class FeedBuilder | |||
156 | } else { | 156 | } else { |
157 | $permalink = '<a href="' . $link['guid'] . '" title="' . t('Permalink') . '">' . t('Permalink') . '</a>'; | 157 | $permalink = '<a href="' . $link['guid'] . '" title="' . t('Permalink') . '">' . t('Permalink') . '</a>'; |
158 | } | 158 | } |
159 | $link['description'] = format_description($link['description'], '', false, $pageaddr); | 159 | $link['description'] = format_description($link['description'], $pageaddr); |
160 | $link['description'] .= PHP_EOL . '<br>— ' . $permalink; | 160 | $link['description'] .= PHP_EOL . '<br>— ' . $permalink; |
161 | 161 | ||
162 | $pubDate = $link['created']; | 162 | $pubDate = $link['created']; |