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