--- loncom/interface/domainprefs.pm 2023/09/04 17:40:47 1.160.6.118.2.15 +++ loncom/interface/domainprefs.pm 2024/01/02 02:25:19 1.160.6.118.2.16 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.160.6.118.2.15 2023/09/04 17:40:47 raeburn Exp $ +# $Id: domainprefs.pm,v 1.160.6.118.2.16 2024/01/02 02:25:19 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -7049,7 +7049,8 @@ sub print_wafproxy { my $aliasrows = ''. ''. &mt('Hostname').': '. - ''.&Apache::lonnet::hostname($server).' '; + ''. + &Apache::lonnet::hostname($server).' '; if ($othercontrol{$server}) { $dom_in_effect = $othercontrol{$server}; my ($current,$forsaml);