[opencms-dev] empty lines when exporting

Thomas M�rz thomasmaerz at gmx.de
Mon May 3 19:35:02 CEST 2004


"Cederic Van Herreweghe" <cedericvh at BRANTANO.COM> writes:

> I always see 20 blank lines in my source code of the exported page.
> (also the normal html-pages seem to have that problem).
>  
> How can I get rid of these lines ?

I guess you are using JSP-Templates?
And probably you have code similar to this:

|<%
|       // some code here
|%>     <!-- blank line here -->
|<%
|       // and maybe a starting loop here
|%>     <!-- blank line(s) here -->
|<%
|       // and maybe closing the loop here
|%>
|
|       // and here your PHP-code
|

Am I right?




More information about the opencms-dev mailing list