]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/theme.php
hopefully last feedback :)
[friendica.git] / view / theme / vier / theme.php
index bb647bc638accb7b011fcfe72019143ff1a736ba..28c5c3e86308fdb975c5595aa4ebf2a77fe40fed 100644 (file)
@@ -154,7 +154,7 @@ function vier_community_info()
                        foreach ($contacts as $contact) {
                                $entry = Renderer::replaceMacros($tpl, [
                                        '$id' => $contact['id'],
-                                       '$profile_link' => 'contact/follow/?url='.urlencode($contact['url']),
+                                       '$profile_link' => 'contact/follow?url=' . urlencode($contact['url']),
                                        '$photo' => Contact::getMicro($contact),
                                        '$alt_text' => $contact['name'],
                                ]);