From 08f112a6c39c6941606aba3578ea59465c9370c5 Mon Sep 17 00:00:00 2001 From: "mayhew64@gmail.com" Date: Mon, 23 Apr 2012 23:12:14 +0000 Subject: [PATCH] Changed image link to be WebGoat/... git-svn-id: http://webgoat.googlecode.com/svn/trunk@453 4033779f-a91e-0410-96ef-6bf7bf53c507 --- webgoat/src/main/java/org/owasp/webgoat/lessons/DOMXSS.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgoat/src/main/java/org/owasp/webgoat/lessons/DOMXSS.java b/webgoat/src/main/java/org/owasp/webgoat/lessons/DOMXSS.java index ffc576964..15bc94ed6 100644 --- a/webgoat/src/main/java/org/owasp/webgoat/lessons/DOMXSS.java +++ b/webgoat/src/main/java/org/owasp/webgoat/lessons/DOMXSS.java @@ -243,7 +243,7 @@ public class DOMXSS extends SequentialLessonAdapter if (getLessonTracker(s).getStage() == 1) { - instructions = "STAGE 1:\tFor this exercise, your mission is to deface this website using the image at the following location: OWASP IMAGE"; + instructions = "STAGE 1:\tFor this exercise, your mission is to deface this website using the image at the following location: OWASP IMAGE"; } else if (getLessonTracker(s).getStage() == 2) {