Add JSP 2.1 trim white space directive to all jsps to save a few KB

This commit is contained in:
zzz
2012-01-10 13:21:35 +00:00
parent 1b85c22ffc
commit 405c24b0e3
43 changed files with 47 additions and 2 deletions

View File

@ -1,4 +1,5 @@
<%@page contentType="text/html"%>
<%@page trimDirectiveWhitespaces="true"%>
<%@page pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%