Removed credit from New Lesson. Removed extra "." from start page

git-svn-id: http://webgoat.googlecode.com/svn/trunk@115 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
mayhew64
2007-02-22 01:09:43 +00:00
parent 81582162d3
commit d8680dcfc3
4 changed files with 24 additions and 14 deletions

View File

@ -40,9 +40,6 @@ import org.owasp.webgoat.session.WebSession;
*/
public class NewLesson extends LessonAdapter
{
private final static IMG MAC_LOGO = new IMG("images/logos/macadamian.gif").setAlt(
"Macadamian Technologies").setBorder(0).setHspace(0).setVspace(0);
/**
* Description of the Method
*
@ -85,10 +82,4 @@ public class NewLesson extends LessonAdapter
{
return ("How to add a new WebGoat lesson");
}
public Element getCredits()
{
return super.getCustomCredits("Created by Sherif Koussa ", MAC_LOGO);
}
}