From e6ca8a37a5df93df4a647521dfe2ae285f68c836 Mon Sep 17 00:00:00 2001 From: XIAO XI LIU <liuxx@cn.ibm.com> Date: Tue, 5 Apr 2016 07:04:33 +0800 Subject: [PATCH] fix issue #144: remove redundant less-than sign --- src/main/webapp/WEB-INF/jsp/exception.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/exception.jsp b/src/main/webapp/WEB-INF/jsp/exception.jsp index ecff198..8a0a4c9 100644 --- a/src/main/webapp/WEB-INF/jsp/exception.jsp +++ b/src/main/webapp/WEB-INF/jsp/exception.jsp @@ -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"/> -- GitLab