summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-11-16 09:55:41 +0100
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-11-16 09:55:41 +0100
commit25987b6694bf9df70df3e20209f055c9e57155a5 (patch)
tree0fb0eafd3c99aeb5365d10c7d0d8dd0f4b822a6f
parentd5a7e01c2507e786a13a8cbc067146f41f205bf0 (diff)
downloadFIT-25987b6694bf9df70df3e20209f055c9e57155a5.tar.gz
FIT-25987b6694bf9df70df3e20209f055c9e57155a5.zip
Clean up LoginSuccess.jsp
-rw-r--r--WebContent/LoginSuccess.jsp3
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