mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 04:15:50 +00:00
fix issue #144: remove redundant less-than sign
This commit is contained in:
parent
ea8ab0735e
commit
e6ca8a37a5
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