add blanks, suggested from codereview

This commit is contained in:
Jakobus Schürz 2023-10-07 10:44:53 +02:00
parent c6af5266cd
commit 2636b19171
2 changed files with 7 additions and 7 deletions

View file

@ -105,10 +105,10 @@ class VCard
$mention_label = DI::l10n()->t('Post to group');
$mention_url = 'compose/0?body=!' . $contact['addr'];
$showgroup_label = DI::l10n()->t('View group');
$showgroup_url = 'network/group/' . $id;
$showgroup_url = 'network/group/' . $id;
} else {
$mention_label = DI::l10n()->t('Mention');
$mention_url = 'compose/0?body=@' . $contact['addr'];
$mention_label = DI::l10n()->t('Mention');
$mention_url = 'compose/0?body=@' . $contact['addr'];
}
}