diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-11-16 09:55:41 +0100 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-11-16 09:55:41 +0100 |
| commit | 25987b6694bf9df70df3e20209f055c9e57155a5 (patch) | |
| tree | 0fb0eafd3c99aeb5365d10c7d0d8dd0f4b822a6f /WebContent/LoginSuccess.jsp | |
| parent | d5a7e01c2507e786a13a8cbc067146f41f205bf0 (diff) | |
| download | FIT-25987b6694bf9df70df3e20209f055c9e57155a5.tar.gz FIT-25987b6694bf9df70df3e20209f055c9e57155a5.zip | |
Clean up LoginSuccess.jsp
Diffstat (limited to 'WebContent/LoginSuccess.jsp')
| -rw-r--r-- | WebContent/LoginSuccess.jsp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebContent/LoginSuccess.jsp b/WebContent/LoginSuccess.jsp index d4fe5de..e144166 100644 --- a/WebContent/LoginSuccess.jsp +++ b/WebContent/LoginSuccess.jsp @@ -1,6 +1,5 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <!DOCTYPE html> <html> <head> @@ -8,7 +7,7 @@ <title>Welcome</title> </head> <body> - <h1>Welcome <%= session.getAttribute("username") %><br> + <h1>Welcome <%= session.getAttribute("username") %></h1> <a href="LoginFormWithJpaAndJsp.jsp">Retry</a> </body> </html>
\ No newline at end of file |
