EditProfile.jsp was missing a closing div tag. Removed some unused imports in LessonSource.java

git-svn-id: http://webgoat.googlecode.com/svn/trunk@124 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
esheri3 2007-04-05 15:33:51 +00:00
parent adc1387ed2
commit 20484796f9
2 changed files with 2 additions and 3 deletions

View File

@ -3,11 +3,9 @@ package org.owasp.webgoat;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.owasp.webgoat.lessons.AbstractLesson;
import org.owasp.webgoat.session.Course;

View File

@ -128,6 +128,7 @@
<input type="submit" name="action" value="<%=CrossSiteScripting.LOGOUT_ACTION%>"/>
</td>
</tr>
</table>
</table>
</div>
</form>
</div>