From: Michael Date: Fri, 18 May 2018 13:23:27 +0000 (+0000) Subject: Fix for subscribing to the wrong feed from OStatus X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=be469f6bcadd9d0996c27b7d861e2bc32307b9fd;p=friendica.git Fix for subscribing to the wrong feed from OStatus --- diff --git a/mod/profile.php b/mod/profile.php index d6cbd276ff..2856cdd177 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -75,6 +75,7 @@ function profile_init(App $a) } $a->page['htmlhead'] .= '' . "\r\n"; + $a->page['htmlhead'] .= '' . "\r\n"; $a->page['htmlhead'] .= '' . "\r\n"; $a->page['htmlhead'] .= '' . "\r\n"; $a->page['htmlhead'] .= '' . "\r\n";