X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fregister_functions.php;h=d64d8273b32e86895cc9060e0a6234d635e1f413;hb=9b27fd714bd5db5ca84ec1bd019c7614441f504b;hp=4e6e52f4c43a57b553bd5ae67e7e38f839c3e85b;hpb=60494e212a67fe360bfbb481eb4928480a6f379b;p=mailer.git diff --git a/inc/libs/register_functions.php b/inc/libs/register_functions.php index 4e6e52f4c4..d64d8273b3 100644 --- a/inc/libs/register_functions.php +++ b/inc/libs/register_functions.php @@ -136,11 +136,11 @@ function REGISTER_ADD_CATEGORY_TABLE ($MODE, $return=false) if (($_POST['cat'][$id] == 'Y') || (($_CONFIG['register_default'] == 'Y') && (empty($_POST['cat'][$id])))) { - $content['def_y'] = " checked"; + $content['def_y'] = ' checked'; } else { - $content['def_n'] = " checked"; + $content['def_n'] = ' checked'; } // Load template and switch color