--- loncom/interface/lonwhatsnew.pm 2006/01/06 21:52:19 1.44 +++ loncom/interface/lonwhatsnew.pm 2006/01/06 22:37:27 1.45 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.44 2006/01/06 21:52:19 albertel Exp $ +# $Id: lonwhatsnew.pm,v 1.45 2006/01/06 22:37:27 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -575,9 +575,9 @@ sub display_discussion_config { &mt('Display of unread post counts?').'  -on +     -off + '); $r->print('

'.$$initpage{$choice}.'  '); + $r->print(''); } $r->print('

'.&mt('If').' '.$$initpage{'coursespecific'}. '
'.$lt{'chce'}." \n"); foreach my $choice (@chgentry) { - $r->print(''.$$initpage{$choice}.'  '); + $r->print(''); } $r->print('

');