Fix more places where the email address was hard-coded
git-svn-id: http://webgoat.googlecode.com/svn/trunk@208 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -544,11 +544,6 @@ public abstract class AbstractLesson extends Screen implements Comparable
|
||||
|
||||
Head head = new Head();
|
||||
head.addElement(new Title(getSourceFileName()));
|
||||
head.addElement(new StringElement(
|
||||
"<meta name=\"Author\" content=\"Bruce Mayhew\">"));
|
||||
head
|
||||
.addElement(new StringElement(
|
||||
"<link rev=\"made\" href=\"mailto:webgoat@g2-inc.com\">"));
|
||||
|
||||
Body body = new Body();
|
||||
body.addElement(new StringElement(src));
|
||||
|
Reference in New Issue
Block a user