I'm using a standard local instance of Confluence 3.0.1 and Theme Builder version 3.3.5-conf210. I've noticed that the span macro embeds itself within paragraph tags upon rendering.
For example, what should render as:
<p>Here is an example paragraph with a <span class="samplespan">SPAN TAG</span> in the middle.</p>
Actually gets rendered as:
<p>Here is an example paragraph with a </p>
<p><span class="samplespan">SPAN TAG</span></p>
<p>in the middle.</p>
Obviously there's a bug somewhere in the macro... not sure if it's a bug in Theme Builder or Confluence. How can I resolve this issue. It's making customizing the UI very difficult!
Thanks!
.png)







