--- loncom/auth/lonauth.pm 2013/08/13 13:22:24 1.125 +++ loncom/auth/lonauth.pm 2013/08/21 16:15:44 1.126 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonauth.pm,v 1.125 2013/08/13 13:22:24 raeburn Exp $ +# $Id: lonauth.pm,v 1.126 2013/08/21 16:15:44 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -195,9 +195,9 @@ sub reroute { my ($r) = @_; &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; - my $msg='

'.&mt('Sorry ...').'

' + my $msg=''.&mt('Sorry ...').'
' .&mt('Please [_1]log in again[_2].'); - &Apache::loncommon::simple_error_page($r,'Rerouting',$msg); + &Apache::loncommon::simple_error_page($r,'Rerouting',$msg,{'no_auto_mt_msg' => 1}); } # ---------------------------------------------------------------- Main handler