diff --git a/webgoat-lessons/sql-injection/src/main/resources/lessonPlans/en/SqlInjection_jdbc_newcode.adoc b/webgoat-lessons/sql-injection/src/main/resources/lessonPlans/en/SqlInjection_jdbc_newcode.adoc index c1eab868c..7198be855 100644 --- a/webgoat-lessons/sql-injection/src/main/resources/lessonPlans/en/SqlInjection_jdbc_newcode.adoc +++ b/webgoat-lessons/sql-injection/src/main/resources/lessonPlans/en/SqlInjection_jdbc_newcode.adoc @@ -15,3 +15,5 @@ try { System.out.println("Oops. Something went wrong!"); } ------------------------------------------------------- + +Now type your solution in the editor window down below (if you can't type there it might help to adjust the size of your browser window once, then it should work):