Extra DIV Tags in AEM 6.0
Hi,
We are using sightly. When I drag a component to a parsys, It is appending some div tags to it. For example, it is appending the following the following div tag to my navigation component:
<div class="topnav section">
</div>
I've already used data-sly-unwrap and I don't know why it is appending that tag. Could anybody help to solve this issue?
Thanks.