]> git.mxchange.org Git - friendica.git/blobdiff - mod/common.php
Merge pull request #6005 from nupplaphil/friendica-5996
[friendica.git] / mod / common.php
index 25a6aef17a5cc602833514148f2be7e20639af88..0b51f20d73334190c45d98d2af1a7be86084618f 100644 (file)
@@ -48,9 +48,9 @@ function common_content(App $a)
 
                if (DBA::isResult($contact)) {
                        $vcard_widget = replace_macros(get_markup_template("vcard-widget.tpl"), [
-                               '$name' => htmlentities($contact['name']),
+                               '$name'  => htmlentities($contact['name']),
                                '$photo' => $contact['photo'],
-                               'url' => 'contacts/' . $cid
+                               'url'    => 'contact/' . $cid
                        ]);
 
                        if (!x($a->page, 'aside')) {