--- loncom/interface/lonmsgdisplay.pm 2010/04/14 06:34:19 1.150 +++ loncom/interface/lonmsgdisplay.pm 2010/05/29 23:19:52 1.151 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging display # -# $Id: lonmsgdisplay.pm,v 1.150 2010/04/14 06:34:19 raeburn Exp $ +# $Id: lonmsgdisplay.pm,v 1.151 2010/05/29 23:19:52 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3185,7 +3185,7 @@ sub sendoffmail { my ($recuname,$recdomain)=split(/\:/,$address); my $msgtxt = $savemsg; if ($toaddr{$address}) { - $msgtxt.='
'.$toaddr{$address}; + $msgtxt.="\n".'
'."\n".$toaddr{$address}; } my @thismsg; if ($msgtype eq 'critical') {