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:
esheri3 2007-01-22 20:14:43 +00:00
parent aa839396f2
commit 88553e25f2

View File

@ -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;
}