mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:35:49 +00:00
Merge pull request #145 from liouxiao/fix-for-issue-144
Fix #144 Redundant 'less than' symbol in exception.jsp
This commit is contained in:
commit
fa8bb74320
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<jsp:include page="fragments/htmlHeader.jsp"/>
|
||||
|
||||
<body>
|
||||
<<petclinic:bodyHeader menuName="error"/>
|
||||
<petclinic:bodyHeader menuName="error"/>
|
||||
<div class="container">
|
||||
|
||||
<spring:url value="/resources/images/pets.png" var="petsImage"/>
|
||||
|
|
Loading…
Reference in a new issue