Skip to content

Commit e8a273e

Browse files
committed
Merge pull request #14 from nbaars/WEB-150
Removed the ! in the title, with the ! the solution will not load
2 parents 3814b35 + 14ea2c1 commit e8a273e

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
@@ -611,7 +611,7 @@ protected void phoneHome(WebSession s, String message)
611611
*/
612612
public String getTitle()
613613
{
614-
return ("The CHALLENGE!");
614+
return ("The CHALLENGE");
615615
}
616616

617617
/**

0 commit comments

Comments
 (0)