Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

adding white spaces in page view source

Avatar

Level 3

Hi Team,

I have code like below screen shot

1567808_pastedImage_0.png

if there is any sly tag in code it is creating white space in page view source like below

1567809_pastedImage_1.png

Are there any ways to remove the white spaces.

Thanks in advance.

1 Accepted Solution

Avatar

Correct answer by
Administrator

This is Sling issue.

Here it is -issue: [SLING-4443] Whitespace removal for Sightly HTML output - ASF JIRA

It is still open.



Kautuk Sahni

View solution in original post

4 Replies

Avatar

Community Advisor

Hi,

This extra space won't make any impact on HTML rendering. Removing white spaces won't be making any difference and will be add extra overhead to remove white spaces either using javascript/jquery or sling output rewrite.

I suggest, let it be.

If you want to know more about white spaces in HTML, go through with https://medium.com/@patrickbrosset/when-does-white-space-matter-in-html-b90e8a7cdd33



Arun Patidar

Avatar

Employee Advisor

I don't see any white spaces being added, but rather new lines.

Jörg

Avatar

Correct answer by
Administrator

This is Sling issue.

Here it is -issue: [SLING-4443] Whitespace removal for Sightly HTML output - ASF JIRA

It is still open.



Kautuk Sahni

Avatar

Level 3

Hi All,

Thanks for your response.

Can't we remove the white lines by using ContentBinder ? if yes suggest me how to proceed.