--- loncom/interface/domainprefs.pm 2017/08/15 23:40:33 1.160.6.84.4.1 +++ loncom/interface/domainprefs.pm 2017/08/16 01:26:24 1.160.6.84.4.2 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.160.6.84.4.1 2017/08/15 23:40:33 raeburn Exp $ +# $Id: domainprefs.pm,v 1.160.6.84.4.2 2017/08/16 01:26:24 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -10693,7 +10693,7 @@ sub modify_selfcreation { if ($status eq 'default') { $chgtext .= '
  • '.$othertitle.' -- '.$choices{$cancreate{'selfcreateprocessing'}{$status}}.'
  • '; } else { - $chgtext .= '
  • '.$usertypes{$status}.' -- '.$choices{$cancreate{'selfcreateprocessing'}{$status}.'
  • '; + $chgtext .= '
  • '.$usertypes{$status}.' -- '.$choices{$cancreate{'selfcreateprocessing'}{$status}}.'
  • '; } } $chgtext .= '';