--- loncom/xml/run.pm 2005/02/28 22:17:09 1.51 +++ loncom/xml/run.pm 2005/10/04 16:30:23 1.52 @@ -1,6 +1,6 @@ package Apache::run; # -# $Id: run.pm,v 1.51 2005/02/28 22:17:09 albertel Exp $ +# $Id: run.pm,v 1.52 2005/10/04 16:30:23 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -176,7 +176,7 @@ sub dump { } if ($line ne '') { $line=&HTML::Entities::encode($line,'<>&"'); - $line=~s|\n|
|; + $line=~s|\n|
|g; $dump.=$line; } }