diff options
author | redmatrix <git@macgirvin.com> | 2016-03-28 16:08:31 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-28 16:08:31 -0700 |
commit | f65ede9c38b52e9585c4db8440156b41f9083687 (patch) | |
tree | d6b3992c93a68a452d231fc307c2cf9d75d07dbf /mod | |
parent | a6ad37c6916c957abc5b18d78147fd1fe7fd3f7f (diff) | |
parent | ba0812c4477fcae0b910f63de8134529797d51dc (diff) | |
download | volse-hubzilla-f65ede9c38b52e9585c4db8440156b41f9083687.tar.gz volse-hubzilla-f65ede9c38b52e9585c4db8440156b41f9083687.tar.bz2 volse-hubzilla-f65ede9c38b52e9585c4db8440156b41f9083687.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'mod')
-rw-r--r-- | mod/channel.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/channel.php b/mod/channel.php index 7bdc056a2..eb65a66f3 100644 --- a/mod/channel.php +++ b/mod/channel.php @@ -34,9 +34,8 @@ function channel_init(&$a) { $profile = argv(1); } - $a->page['htmlhead'] .= '<link rel="alternate" type="application/atom+xml" title="' . t('Only posts') . '" href="' . $a->get_baseurl() . '/feed/' . $which . '?top=1" />' . "\r\n" ; $a->page['htmlhead'] .= '<link rel="alternate" type="application/atom+xml" title="' . t('Posts and comments') . '" href="' . $a->get_baseurl() . '/feed/' . $which . '" />' . "\r\n" ; - + $a->page['htmlhead'] .= '<link rel="alternate" type="application/atom+xml" title="' . t('Only posts') . '" href="' . $a->get_baseurl() . '/feed/' . $which . '?top=1" />' . "\r\n" ; // Not yet ready for prime time // $a->page['htmlhead'] .= '<link rel="openid.server" href="' . $a->get_baseurl() . '/id/' . $which .'?f=" />' . "\r\n" ; |