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

Span Macro adds P 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.


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!



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

View old comments


Adaptavist Theme Builder Powered by Atlassian Confluence