--- loncom/interface/lonwhatsnew.pm 2010/01/27 13:08:01 1.99 +++ loncom/interface/lonwhatsnew.pm 2010/01/27 14:35:46 1.99.2.1 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.99 2010/01/27 13:08:01 wenzelju Exp $ +# $Id: lonwhatsnew.pm,v 1.99.2.1 2010/01/27 14:35:46 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -348,11 +348,11 @@ sub display_actions_box { &GDBM_READER(),0640)) { my $furl=&HTML::Entities::encode($bighash{'first_url'},'"<>&'); untie(%bighash); - $header .= ''.$lt{'gtfr'}. - '
'; + $r->print(''.$lt{'gtfr'}. + '
'); } } - $header .= &mt('Page set to be displayed after you have selected a role in this '.$lctype).'.' + $r->print(&mt('Page set to be displayed after you have selected a role in this '.$lctype).'.' .' ' .&mt('Currently: [_1].',''.$currinit.'') .'  ' @@ -363,7 +363,7 @@ sub display_actions_box { ,'' ,'' ,'') - .' '; + .'

'); $r->print(&Apache::loncommon::head_subbox($header));