xml and html formatted by 4 spaces.
This commit is contained in:
parent
362bc6ff9b
commit
f27e421c89
|
@ -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>
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue