--- loncom/interface/lonwhatsnew.pm 2005/09/12 03:32:31 1.29 +++ loncom/interface/lonwhatsnew.pm 2005/09/12 12:49:29 1.30 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.29 2005/09/12 03:32:31 raeburn Exp $ +# $Id: lonwhatsnew.pm,v 1.30 2005/09/12 12:49:29 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -390,7 +390,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 ++; }