--- loncom/interface/domainprefs.pm 2021/11/28 19:17:59 1.394 +++ loncom/interface/domainprefs.pm 2021/11/30 14:12:02 1.395 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.394 2021/11/28 19:17:59 raeburn Exp $ +# $Id: domainprefs.pm,v 1.395 2021/11/30 14:12:02 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -12620,8 +12620,10 @@ sub modify_ipaccess { } else { $resulttext .= '
  • '.&mt('No courses allowed').'
  • '; } + $resulttext .= ''; } } + $resulttext .= ''; } else { $errors .= '
  • '.&mt('Failed to save changes').'
  • '; }