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:
		| @ -178,7 +178,7 @@ public class DOMInjection extends LessonAdapter | |||||||
| 	hints | 	hints | ||||||
| 		.add("Try to find a way to inject the DOM to enable the Activate button."); | 		.add("Try to find a way to inject the DOM to enable the Activate button."); | ||||||
| 	hints | 	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; | 	return hints; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user