Skip to content

Commit

Permalink
Fixing JSTL in cartable
Browse files Browse the repository at this point in the history
  • Loading branch information
oskopek committed Apr 15, 2014
1 parent 44bb415 commit 7f2736b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carcv-webapp/src/main/webapp/app/cartable.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<body>
<c:set var = "admin" value = "admin" />
<c:set var = "isAdmin" value = "${request.isUserInRole(admin)}" />
<c:out value = "${request.getUserPrincipal.getName()}" />
<c:out value = "Role: ${request.getUserPrincipal.getName()}" />
<table style="border: 1px solid #C0C0C0;">
<tr>
<th style="width: 160px; height: 15px; background-color: #B0C4DE;">Car preview</th>
Expand Down

0 comments on commit 7f2736b

Please sign in to comment.