From: Alexandre Alapetite Date: Fri, 16 Nov 2018 23:05:13 +0000 (+0100) Subject: Title difference for two different ATOM feeds X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b190c2e9c758183c3ab7999c0f8037139f1994fb;p=friendica.git Title difference for two different ATOM feeds Fix for https://github.com/friendica/friendica/issues/6128#issuecomment-439016471 --- diff --git a/mod/profile.php b/mod/profile.php index 0dc592a977..0aa42cf446 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -92,7 +92,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"; $a->page['htmlhead'] .= '' . "\r\n";