Последнее обновление
21 мая 2021 г.
|
Также применяется к 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.