Solved
rte tag p with a break line
Hi,
I removed the tag P that wraps the rte with the property: removeSingleParagraphContainer="{Boolean}true"
Now it works but if i use a carriage return the text will become
<p>X</p>
<p>Y</p>
How can i make the following result:
X<br>
Y
Thanks