]> git.mxchange.org Git - friendica.git/commitdiff
remove false othion HTML ignored
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 26 May 2018 05:09:32 +0000 (07:09 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 26 May 2018 05:09:32 +0000 (07:09 +0200)
mod/register.php

index 954798e6b028858297a612335928a942e1e41842..81919df105d605252151534443a7055f9fe33c01 100644 (file)
@@ -233,8 +233,8 @@ function register_content(App $a)
                $profile_publish = replace_macros($publish_tpl, [
                        '$instance' => 'reg',
                        '$pubdesc' => L10n::t('Include your profile in member directory?'),
-                       '$yes_selected' => ' checked="checked" ',
-                       '$no_selected' => 'checked',
+                       '$yes_selected' => '',
+                       '$no_selected' => ' checked="checked"',
                        '$str_yes' => L10n::t('Yes'),
                        '$str_no' => L10n::t('No'),
                ]);