You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/shared/lib/welcome/index.html
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
<html>
2
-
<body>
3
-
<form>
2
+
<body>
3
+
<!-- action needs to exist (even though blank), otherwise causes NPE -->
4
+
<formaction="">
4
5
<p>
5
6
<ahref="https://github.com/processing/processing/wiki/Changes-in-3.0">Read about what’s new in 3.0</a> →
6
7
</p>
@@ -14,7 +15,7 @@
14
15
Since older sketches may not be compatible, we recommend creating a new sketchbook folder, so Processing 2 and 3 can happily coexist. This is a one-time process. <ahref="https://github.com/processing/processing/wiki/Multiple-Sketchbooks">Read more about it.</a>
0 commit comments