--- loncom/xml/run.pm 2003/06/09 21:45:23 1.38 +++ loncom/xml/run.pm 2003/06/18 21:04:42 1.39 @@ -1,6 +1,6 @@ package Apache::run; # -# $Id: run.pm,v 1.38 2003/06/09 21:45:23 albertel Exp $ +# $Id: run.pm,v 1.39 2003/06/18 21:04:42 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -130,7 +130,7 @@ sub dump { $symname.'{$_} } sort keys %'. $symname.')').")" } - if ($line ne '') { $dump.=&HTML::Entities::encode($line)."
\n"; } + if ($line ne '') { $dump.=&HTML::Entities::encode($line)."
"; } } } $dump.='';