From be469f6bcadd9d0996c27b7d861e2bc32307b9fd Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 18 May 2018 13:23:27 +0000 Subject: [PATCH] Fix for subscribing to the wrong feed from OStatus --- mod/profile.php | 1 + 1 file changed, 1 insertion(+) 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";