--- loncom/interface/lonwhatsnew.pm 2005/06/07 22:05:11 1.19 +++ loncom/interface/lonwhatsnew.pm 2005/06/09 17:40:05 1.20 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.19 2005/06/07 22:05:11 albertel Exp $ +# $Id: lonwhatsnew.pm,v 1.20 2005/06/09 17:40:05 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -386,7 +386,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 ++; }