@@ -80,6 +80,7 @@ public class Act {
string+= "Stage: \n" + this.stage.getName() + "<br/>";
string+= this.actTime;
string+= "</html>";
+ System.out.println("test");
return string;
}