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