--- loncom/xml/run.pm	2003/04/03 21:58:40	1.36
+++ loncom/xml/run.pm	2003/06/18 21:04:42	1.39
@@ -1,6 +1,6 @@
 package Apache::run;
 #
-# $Id: run.pm,v 1.36 2003/04/03 21:58:40 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)."<br />\n"; }
+      if ($line ne '') { $dump.=&HTML::Entities::encode($line)."<br />"; }
     }
   }
   $dump.='';