forked from I2P_Developers/i2p.i2p
Add JSP 2.1 trim white space directive to all jsps to save a few KB
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
|
||||
%>
|
||||
<%@page pageEncoding="UTF-8"%>
|
||||
<%@page trimDirectiveWhitespaces="true"%>
|
||||
<%@ page contentType="text/html"%>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
||||
<jsp:useBean id="version" class="i2p.susi.dns.VersionBean" scope="application" />
|
||||
|
Reference in New Issue
Block a user