mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
adding space for readability
This commit is contained in:
parent
4c9c83e8e8
commit
bcfbfeeba4
1 changed files with 1 additions and 1 deletions
|
@ -1174,7 +1174,7 @@ function settings_content(App $a) {
|
|||
|
||||
if (strlen(get_config('system','directory'))) {
|
||||
$profile_in_net_dir = replace_macros($opt_tpl,array(
|
||||
'$field' => array('profile_in_netdirectory', t('Publish your default profile in the global social directory?'), $profile_in_directory,t("Depending on the server settings your profile may be visible in public."), $profile['net-publish'], '', array(t('No'),t('Yes'))),
|
||||
'$field' => array('profile_in_netdirectory', t('Publish your default profile in the global social directory?'), $profile_in_directory, t("Depending on the server settings your profile may be visible in public."), $profile['net-publish'], '', array(t('No'),t('Yes'))),
|
||||
));
|
||||
} else {
|
||||
$profile_in_net_dir = '';
|
||||
|
|
Loading…
Reference in a new issue