Skip to content

Commit 14ea2c1

Browse files
committed
Removed the ! in the title, with the ! the solution will not load
1 parent 3fd7b34 commit 14ea2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/owasp/webgoat/lessons/Challenge2Screen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ protected void phoneHome(WebSession s, String message)
606606
*/
607607
public String getTitle()
608608
{
609-
return ("The CHALLENGE!");
609+
return ("The CHALLENGE");
610610
}
611611

612612
/**

0 commit comments

Comments
 (0)