Small fixes to "nogroup"
This commit is contained in:
parent
7b5a0fdbe0
commit
fe348acb49
2 changed files with 8 additions and 6 deletions
|
|
@ -55,7 +55,7 @@ function nogroup_content(App $a)
|
|||
'about' => $contact_details['about'],
|
||||
'sparkle' => $sparkle,
|
||||
'itemurl' => (($contact_details['addr'] != "") ? $contact_details['addr'] : $rr['url']),
|
||||
'url' => $url,
|
||||
'url' => $rr['url'],
|
||||
'network' => network_to_name($rr['network'], $url),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue