--- loncom/interface/lonwhatsnew.pm 2012/11/29 23:31:13 1.109 +++ loncom/interface/lonwhatsnew.pm 2012/12/13 22:03:24 1.110 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.109 2012/11/29 23:31:13 raeburn Exp $ +# $Id: lonwhatsnew.pm,v 1.110 2012/12/13 22:03:24 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1615,7 +1615,7 @@ sub display_handgrade { } else { $linkurl.='?symb='.&escape($res); } - $linkurl.='&command=ungraded'; + $linkurl.='&command=ungraded'; $r->print(''.$$ungraded{$res}{title}.''.$$ungraded{$res}{count}.''); } } elsif ($itemserror) { @@ -1668,9 +1668,9 @@ sub display_abovethreshold { ); if (@{$warnings} > 0) { @{$warnings} = sort { &cmp_title($a,$b,$res_title) } @{$warnings}; - $r->print(''."\n"); $r->print(''. - ''.$lt{'reso'}.''. + ''.$lt{'reso'}. + ''. ''.$lt{'part'}.''.$lt{'nust'}.''. ''.$lt{'avat'}.''.$lt{'dedi'}.''. ''.$lt{'lare'}.''. @@ -1706,7 +1706,7 @@ sub display_abovethreshold { } } } - $r->print('
'); + $r->print('
'); } elsif ($itemserror) { $r->print(''.$itemserror.''); } else {