--- loncom/interface/createaccount.pm 2009/03/14 02:04:22 1.32 +++ loncom/interface/createaccount.pm 2009/04/04 21:47:40 1.34 @@ -3,7 +3,7 @@ # institutional log-in ID (institutional authentication required - localauth # or kerberos) or an e-mail address. # -# $Id: createaccount.pm,v 1.32 2009/03/14 02:04:22 raeburn Exp $ +# $Id: createaccount.pm,v 1.34 2009/04/04 21:47:40 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -92,7 +92,7 @@ sub handler { my $end_page = &Apache::loncommon::end_page(); $r->print($start_page."\n".'

'.&mt('You are already logged in').'

'. - '

'.&mt('Please either [_1]continue the current session[_2] or [_3]logout[_4].','','','',''). + '

'.&mt('Please either [_1]continue the current session[_2] or [_3]log out[_4].','','','',''). '

'.&mt('Login problems?').'

'.$end_page); return OK; } @@ -499,8 +499,8 @@ sub login_box { } $output .= &Apache::lonhtmlcommon::row_closure(1)."\n". &Apache::lonhtmlcommon::end_pick_box().'
'."\n"; - $output .= ''."\n". - ''."\n". + $output .= ''."\n". + ''."\n". ''; return $output; }