mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Merge branch 'master' of https://github.com/sadakunihiro/spring-petclinic.git
This commit is contained in:
commit
3259fa35cd
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
<jsp:include page="fragments/bodyHeader.jsp"/>
|
||||
<h2><fmt:message key="welcome"/>! 2015-9-11 AAA</h2>
|
||||
<h2><fmt:message key="welcome"/>! </h2>
|
||||
<spring:url value="/resources/images/pets.png" htmlEscape="true" var="petsImage"/>
|
||||
<img src="${petsImage}"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue