--- loncom/interface/lonmsg.pm 2003/12/30 14:57:49 1.73 +++ loncom/interface/lonmsg.pm 2003/12/30 20:39:30 1.74 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.73 2003/12/30 14:57:49 www Exp $ +# $Id: lonmsg.pm,v 1.74 2003/12/30 20:39:30 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -294,8 +294,9 @@ sub retrieve_author_res_msg { foreach (keys %errormsgs) { if ($_=~/^\Q$url\E\_\d+$/) { my %content=&unpackagemsg($errormsgs{$_}); - $msgs.=''.$content{'time'}.': '.$content{'message'}. - '
'; + $msgs.='

'. + $content{'time'}.': '.$content{'message'}. + '

'; } } return $msgs;