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:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user