--- loncom/interface/lonwhatsnew.pm 2005/09/12 01:45:25 1.28
+++ loncom/interface/lonwhatsnew.pm 2005/09/12 12:49:29 1.30
@@ -1,5 +1,5 @@
#
-# $Id: lonwhatsnew.pm,v 1.28 2005/09/12 01:45:25 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 ++;
}
@@ -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 ++;
}