changing name of lesson

git-svn-id: http://webgoat.googlecode.com/svn/trunk@253 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
rogan.dawes 2008-01-10 10:46:18 +00:00
parent b3591580a9
commit 4066296d30
2 changed files with 2 additions and 2 deletions

View File

@ -413,7 +413,7 @@ public class ClientSideValidation extends SequentialLessonAdapter {
* @return The title value
*/
public String getTitle() {
return "Client Side Validation";
return "Insecure Client Storage";
}
public Element getCredits()

View File

@ -1,5 +1,5 @@
<div align="Center">
<p><b>Lesson Plan Title: </b>Client Side Validation</p>
<p><b>Lesson Plan Title: </b>Insecure Client Storage</p>
</div>
<p><b>Concept / Topic To Teach:</b> </p>
<!-- Start Instructions -->