Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Facing issue with componentContext setDecorate

Avatar

Level 2

I have a code which has the below code line

componentContext.setDecorate(true);

which is deleting an end tag of a div (</div>) can you let me know why this is happening and what needs to be done to rectify this?

thanks

prasad

1 Reply

Avatar

Level 10

It should not be removing end tags for sure.

1. Can you make sure in your HTML, there is no missing start/end html tags issue?

2. try to give only very small html in your code and see ?