xml and html formatted by 4 spaces.

This commit is contained in:
Ankush Sharma 2016-11-03 11:16:28 +05:30
parent 362bc6ff9b
commit f27e421c89
2 changed files with 5 additions and 6 deletions

View File

@ -2,10 +2,9 @@
<%@ page session="false"%>
<html>
<head>
<title>Home</title>
<title>Home</title>
</head>
<body>
<h1>${errorMsg}</h1>
<h1>${errorMsg}</h1>
</body>
</html>

View File

@ -43,7 +43,7 @@
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<error-page>
<location>/errors</location>
</error-page>
<error-page>
<location>/errors</location>
</error-page>
</web-app>