--- loncom/interface/domainprefs.pm 2019/04/22 00:36:32 1.352 +++ loncom/interface/domainprefs.pm 2019/04/22 00:38:45 1.353 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.352 2019/04/22 00:36:32 raeburn Exp $ +# $Id: domainprefs.pm,v 1.353 2019/04/22 00:38:45 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -15313,8 +15313,8 @@ sub modify_scantron { $resulttext = &mt('No changes made to bubblesheet format file'); } if ($errors) { - $resulttext .= &mt('The following errors occurred: ').''; + $resulttext .= '

'.&mt('The following errors occurred: ').'

'; } return $resulttext; }