上次更新時間
|
亦適用於 Communiqué 3, Communiqué 4
Issue
There is excessive white space in the HTML source of your pages.
Solution
Make sure that you don't have carriage returns in your script files. And, use line killers to avoid extra carriage returns. For example:
<%@page import="...." %><%
%><%@page import="..."%><%
%><%
// jsp scriptlet for example
%>
Additional information
The white space usually comes from your JSP/ESP scripts where carriage return characters are not handled.
登入您的帳戶