dumb bug found with quotes missing

This commit is contained in:
benfry
2003-01-27 15:12:22 +00:00
parent 2606000c48
commit 2c94fd7719
4 changed files with 16 additions and 2 deletions

View File

@@ -1409,7 +1409,7 @@ afterwards, some of these steps need a cleanup function
ps.println(" <td>&nbsp;</td>");
ps.println(" </tr>");
ps.println(" <tr>");
ps.println(" <td><applet code=\"" + exportSketchName + " archive=\"" + exportSketchName + ".jar width=" + wide + " height=" + high + ">");
ps.println(" <td><applet code=\"" + exportSketchName + "\" archive=\"" + exportSketchName + ".jar\" width=" + wide + " height=" + high + ">");
ps.println(" </applet></td>");
ps.println(" </tr>");
ps.println(" <tr>");