diff options
Diffstat (limited to 'www/rss.php')
-rw-r--r-- | www/rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rss.php b/www/rss.php index d888726..46c0ffd 100644 --- a/www/rss.php +++ b/www/rss.php @@ -124,7 +124,7 @@ if ($cat) { } $tplVars['feedtitle'] = filter($GLOBALS['sitename'] . (isset($pagetitle) ? $pagetitle : '')); -$tplVars['feedlink'] = ROOT; +$tplVars['feedlink'] = addProtocolToUrl(ROOT); $tplVars['feeddescription'] = sprintf(T_('Recent bookmarks posted to %s'), $GLOBALS['sitename']); $bookmarks = $bookmarkservice->getBookmarks( |