--- loncom/interface/domainprefs.pm 2023/12/23 02:17:38 1.432 +++ loncom/interface/domainprefs.pm 2024/01/02 02:34:06 1.433 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.432 2023/12/23 02:17:38 raeburn Exp $ +# $Id: domainprefs.pm,v 1.433 2024/01/02 02:34:06 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -8369,8 +8369,10 @@ sub print_wafproxy { my $dom_in_effect; my $aliasrows = ''. ''. - &mt('Hostname').': '. - ''.&Apache::lonnet::hostname($server).' '; + &mt('Hostname').': '. + ''. + &Apache::lonnet::hostname($server). + ' '; if ($othercontrol{$server}) { $dom_in_effect = $othercontrol{$server}; my ($current,$forsaml);