--- loncom/interface/domainprefs.pm 2024/05/21 02:57:15 1.441 +++ loncom/interface/domainprefs.pm 2024/07/14 16:08:04 1.442 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.441 2024/05/21 02:57:15 raeburn Exp $ +# $Id: domainprefs.pm,v 1.442 2024/07/14 16:08:04 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -14850,6 +14850,7 @@ sub modify_quotas { $resulttext .= '
  • '.&mt('Validated course requests identified as processed by: [_1]', ''.$changes{'validation'}{'dc'}.'').'
  • '; } + $resulttext .= ''; } } }