Skip to content

Commit 6aaffc1

Browse files
author
monkeyk7
committed
Add trimDirectiveWhitespaces="true"
1 parent 503f41d commit 6aaffc1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/webapp/WEB-INF/jsp/decorators/main.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Shengzhao Li
44
--%>
55

6-
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
6+
<%@ page contentType="text/html;charset=UTF-8" language="java" trimDirectiveWhitespaces="true" %>
77
<%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator" prefix="decorator" %>
88
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
99
<!DOCTYPE HTML>

src/main/webapp/index.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Shengzhao Li
44
--%>
55

6-
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
6+
<%@ page contentType="text/html;charset=UTF-8" language="java" trimDirectiveWhitespaces="true" %>
77
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
88
<!DOCTYPE HTML>
99
<html>

src/main/webapp/login.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Shengzhao Li
44
--%>
55

6-
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
6+
<%@ page contentType="text/html;charset=UTF-8" language="java" trimDirectiveWhitespaces="true" %>
77
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
88
<!DOCTYPE HTML>
99
<html>

0 commit comments

Comments
 (0)