From 112c7b0248f313004f4e42535640b996aeb18833 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 26 May 2018 07:09:32 +0200 Subject: [PATCH] remove false othion HTML ignored --- mod/register.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/register.php b/mod/register.php index 954798e6b0..81919df105 100644 --- a/mod/register.php +++ b/mod/register.php @@ -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'), ]);