Access Keys:
Skip to content (Access Key - 0)

Text in panel layouts getting wrapped in paragraph tags


This forum has now moved. These topics have been left as a read-only archive. Please create all new topics in the Community space.


We're customizing the content of a panel, and almost any text we put in is getting wrapped in a paragraph tag, which is really screwing up the formatting. We just upgraded to 3.4.10M2, but I'm pretty confident that it was doing this before as we identified the formatting problem prior to the upgrade, but I was only just now looking into it.

Is there some way to stop the <p> tags, and why are they even being added?

This in the title panel:

{span}
h3. {builder-pagetitle}
{span}
{span}
Some text
{span}

Is resulting in this HTML:

<span>
<h3>
<a name="MyPage"/>
My Page
</h3>
</span>
<span>
<p>Some text</p>
</span>



Ask questions, get help and report bugs & issues on our Community Site

View old comments


Adaptavist Theme Builder Powered by Atlassian Confluence