--- loncom/interface/resetpw.pm 2013/02/01 17:39:22 1.29 +++ loncom/interface/resetpw.pm 2013/02/05 15:33:36 1.30 @@ -1,7 +1,7 @@ # The LearningOnline Network # Allow access to password changing via a token sent to user's e-mail. # -# $Id: resetpw.pm,v 1.29 2013/02/01 17:39:22 bisitz Exp $ +# $Id: resetpw.pm,v 1.30 2013/02/05 15:33:36 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -429,19 +429,19 @@ sub display_actions { '','')); my $msg2 = ''; if ($contact_email ne '') { - my $escuri = &HTML::Entities::encode('/adm/resetpw','&<>"'); - push(@msg, &mt('Contact the [_1]LON-CAPA helpdesk[_2] for the institution: [_3]', - '', - '',''.$domdesc.'')); - } else { - $msg2 = - '

' - .&mt('You may wish to send an e-mail to the' - .' server administrator: [_1] for the [_2] domain.', - ''.$Apache::lonnet::perlvar{'AdminEmail'}.'', - ''.$domdesc.'') - .'

'; - } + my $escuri = &HTML::Entities::encode('/adm/resetpw','&<>"'); + push(@msg, &mt('Contact the [_1]LON-CAPA helpdesk[_2] for the institution: [_3]', + '', + '',''.$domdesc.'')); + } else { + $msg2 = + '

' + .&mt('You may wish to send an e-mail to the' + .' server administrator: [_1] for the [_2] domain.', + ''.$Apache::lonnet::perlvar{'AdminEmail'}.'', + ''.$domdesc.'') + .'

'; + } return &Apache::lonhtmlcommon::actionbox(\@msg).$msg2;