commentlist fixxing
[mir.git] / source / mircoders / producer / Producer.java
index f8eb656..b641371 100755 (executable)
@@ -130,7 +130,7 @@ abstract public class Producer {
 
     logHTML(htmlout, "Producer."+moduleName+" finished producing: " +
             overall + " ms for "+ pageCount+" Pages = " +pagesPerMinute + " pages/min");
-    logHTML(htmlout, "Back to <a href=\""+actionRoot+"\">Admin-Startage</a>");
+    printHTML(htmlout, "Back to <a href=\""+actionRoot+"\">Admin-Startage</a>");
   }
 
        public void logHTML(PrintWriter out, String s) {