Minor spelling issue in hint.
git-svn-id: http://webgoat.googlecode.com/svn/trunk@71 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
aa839396f2
commit
88553e25f2
@ -178,7 +178,7 @@ public class DOMInjection extends LessonAdapter
|
||||
hints
|
||||
.add("Try to find a way to inject the DOM to enable the Activate button.");
|
||||
hints
|
||||
.add("Intercept the reply and replace the body withx document.forms[0].SUBMIT.disabled = false;");
|
||||
.add("Intercept the reply and replace the body with document.forms[0].SUBMIT.disabled = false;");
|
||||
return hints;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user