--- loncom/interface/lonwhatsnew.pm 2005/07/15 06:11:16 1.27 +++ loncom/interface/lonwhatsnew.pm 2005/09/12 01:45:25 1.28 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.27 2005/07/15 06:11:16 albertel Exp $ +# $Id: lonwhatsnew.pm,v 1.28 2005/09/12 01:45:25 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 ++; }