From aa839396f2c580ff8a36054bae1d81610a807a12 Mon Sep 17 00:00:00 2001
From: esheri3 <esheri3@4033779f-a91e-0410-96ef-6bf7bf53c507>
Date: Mon, 22 Jan 2007 20:12:49 +0000
Subject: [PATCH] Added a <br/> to break the third bullet. Modified the bullet
 text slightly (removed the "Also, you can")

git-svn-id: http://webgoat.googlecode.com/svn/trunk@70 4033779f-a91e-0410-96ef-6bf7bf53c507
---
 .../main/project/WebContent/lesson_plans/LogSpoofing.html     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ webgoat/main/project/WebContent/lesson_plans/LogSpoofing.html b/ webgoat/main/project/WebContent/lesson_plans/LogSpoofing.html
index dfd3cdc3d..105e38f54 100644
--- a/ webgoat/main/project/WebContent/lesson_plans/LogSpoofing.html	
+++ b/ webgoat/main/project/WebContent/lesson_plans/LogSpoofing.html	
@@ -15,6 +15,6 @@ using this attack.
 <p><b>General Goal(s):</b> </p>
 <!-- Start Instructions -->
 * The grey area below represents what is going to be logged in the web server's log file.<br>
-* Your goal is to make it like a username "admin" has succeeded into logging in.
-* Also, you can elevate your attack by adding a script to the log file.
+* Your goal is to make it like a username "admin" has succeeded into logging in.<br/>
+* Elevate your attack by adding a script to the log file.
 <!-- Stop Instructions -->