--- loncom/interface/lonwhatsnew.pm 2005/09/12 01:45:25 1.28 +++ loncom/interface/lonwhatsnew.pm 2005/09/12 03:32:31 1.29 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.28 2005/09/12 01:45:25 raeburn Exp $ +# $Id: lonwhatsnew.pm,v 1.29 2005/09/12 03:32:31 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -422,7 +422,7 @@ END } else { $rowColor = $rowColor2; } - $r->print(''.$mailcount.'.  '.$msg->{'shortsub'}.'    '.$msg->{'from'}.'@'.$msg->{'fromdom'}.' '.$msg->{'sendtime'}.''); + $r->print(''.$mailcount.'.  '.$msg->{'shortsub'}.'    '.$msg->{'from'}.'@'.$msg->{'fromdom'}.' '.$msg->{'sendtime'}.''); $rowNum ++; $mailcount ++; }