mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-19 12:11:12 +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…
Add table
Add a link
Reference in a new issue