--- loncom/interface/lonwhatsnew.pm 2008/03/11 00:44:09 1.75 +++ loncom/interface/lonwhatsnew.pm 2008/03/18 22:00:28 1.76 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.75 2008/03/11 00:44:09 raeburn Exp $ +# $Id: lonwhatsnew.pm,v 1.76 2008/03/18 22:00:28 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1334,12 +1334,12 @@ sub display_coursenormalmail { foreach my $msg (@{$newmsgs}) { $mailcount ++; my $css_class = $mailcount%2?' class="LC_odd_row"':''; - $r->print(''.$mailcount. - '.  '. - $msg->{'shortsub'}.'    '. - $msg->{'from'}.':'.$msg->{'fromdom'}.' '. - $msg->{'sendtime'}.''); + $r->print(''.$mailcount + .'. ' + .$msg->{'shortsub'}.'   ' + .$msg->{'from'}.':'.$msg->{'fromdom'}.' ' + .$msg->{'sendtime'}.''); } } else { $r->print(''.