--- loncom/interface/domainprefs.pm 2021/12/28 02:04:35 1.399 +++ loncom/interface/domainprefs.pm 2021/12/28 03:26:44 1.400 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.399 2021/12/28 02:04:35 raeburn Exp $ +# $Id: domainprefs.pm,v 1.400 2021/12/28 03:26:44 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3880,7 +3880,7 @@ sub print_autoenroll { if (exists($settings->{'failsafe'})) { $failsafe = $settings->{'failsafe'}; if ($failsafe eq 'zero') { - $failsafechecked{'zero'} = ' checked="checked"'; + $failsafechecked{'zero'} = ' checked="checked"'; $failsafechecked{'off'} = ''; $failsafesty = 'inline-block'; } elsif ($failsafe eq 'any') { @@ -3893,7 +3893,7 @@ sub print_autoenroll { if ($autofailsafe ne '') { $failsafechecked{'zero'} = ' checked="checked"'; $failsafe = 'zero'; - $failsafechecked{'off'} = ''; + $failsafechecked{'off'} = ''; } } } else { @@ -3933,10 +3933,10 @@ sub print_autoenroll { $coownersoff.' value="0" />'.&mt('No').''. '