a small <br> -> <br /> fix
authorjohn <john>
Wed, 27 Mar 2002 15:12:52 +0000 (15:12 +0000)
committerjohn <john>
Wed, 27 Mar 2002 15:12:52 +0000 (15:12 +0000)
source/mircoders/producer/Producer.java

index 75b130a..f8eb656 100755 (executable)
@@ -142,7 +142,7 @@ abstract public class Producer {
        }
 
        private void _print(PrintWriter out, String s, boolean log) {
-               if (out != null) { out.println(s+"<br>");out.flush(); }
+               if (out != null) { out.println(s+"<br />");out.flush(); }
                if (log == true) {
                        theLog.printInfo(s);
                }