--- loncom/interface/resetpw.pm 2010/11/09 19:36:11 1.23.2.1 +++ loncom/interface/resetpw.pm 2010/03/22 20:11:22 1.24 @@ -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.23.2.1 2010/11/09 19:36:11 raeburn Exp $ +# $Id: resetpw.pm,v 1.24 2010/03/22 20:11:22 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -78,9 +78,7 @@ sub handler { my $udom = $env{'form.udom'}; my $token = $env{'form.token'}; my $start_page = - &Apache::loncommon::start_page('Reset password','', - { - 'no_inline_link' => 1,}); + &Apache::loncommon::start_page('Reset password'); $r->print($start_page); $r->print('

'.&mt('Reset forgotten LON-CAPA password').'

'); my $output; @@ -218,7 +216,6 @@ sub send_mail { my $requestmail = "To: $email\n". "From: $contact_name <$contact_email>\n". "Subject: ".&mt('Your LON-CAPA account')."\n". - "Content-type: text/plain\;charset=UTF-8\n". "\n\n".$mailmsg."\n\n". &mt('[_1] LON-CAPA support team',$domdesc)."\n". "$contact_email\n";