From f27e421c89d2c0391837fe1ecf7a0c0f78cebdea Mon Sep 17 00:00:00 2001 From: Ankush Sharma Date: Thu, 3 Nov 2016 11:16:28 +0530 Subject: [PATCH] xml and html formatted by 4 spaces. --- spring-mvc-xml/src/main/webapp/WEB-INF/view/errorPage.jsp | 5 ++--- spring-mvc-xml/src/main/webapp/WEB-INF/web.xml | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/spring-mvc-xml/src/main/webapp/WEB-INF/view/errorPage.jsp b/spring-mvc-xml/src/main/webapp/WEB-INF/view/errorPage.jsp index 9fc7e523cb..ba8a836285 100644 --- a/spring-mvc-xml/src/main/webapp/WEB-INF/view/errorPage.jsp +++ b/spring-mvc-xml/src/main/webapp/WEB-INF/view/errorPage.jsp @@ -2,10 +2,9 @@ <%@ page session="false"%> -Home + Home -

${errorMsg}

- +

${errorMsg}

diff --git a/spring-mvc-xml/src/main/webapp/WEB-INF/web.xml b/spring-mvc-xml/src/main/webapp/WEB-INF/web.xml index e73d772483..2240ac0a22 100644 --- a/spring-mvc-xml/src/main/webapp/WEB-INF/web.xml +++ b/spring-mvc-xml/src/main/webapp/WEB-INF/web.xml @@ -43,7 +43,7 @@ index.jsp - - /errors - + + /errors + \ No newline at end of file