mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 14:19:19 +01:00
dumb bug found with quotes missing
This commit is contained in:
@@ -1409,7 +1409,7 @@ afterwards, some of these steps need a cleanup function
|
||||
ps.println(" <td> </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>");
|
||||
|
||||
Reference in New Issue
Block a user