From b190c2e9c758183c3ab7999c0f8037139f1994fb Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 17 Nov 2018 00:05:13 +0100 Subject: [PATCH] Title difference for two different ATOM feeds Fix for https://github.com/friendica/friendica/issues/6128#issuecomment-439016471 --- mod/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";