There is a nasty workaround - add empty paragraphs after any lists
where it seems to be a problem - one for each item in the list, for
example:

 <ul>
      <li>item 1</li>
      <li>item 2</li>
      <li>item 3</li>
 </ul>
 <p></p><p></p><p></p>

I thought it was worth waiting to see what response the maven bug I
raised got before considering this (none so far, but its only been a
week).

Niall


On 7/6/06, Ted Husted <[EMAIL PROTECTED]> wrote:
OK, I added a note to the website wiki page.

-T.

On 7/6/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> On 7/6/06, Ted Husted <[EMAIL PROTECTED]> wrote:
> > Maybe its something with my configuration, but when I went to render
> > the Site web pages this morning, the <ul> tags were causing weird side
> > effects. After a UL tag, the next few <p> tags disappeared, so that
> > the text runs together, but eventually, it righs itself, and the <p>
> > tags render again. It seems to happen with lists of three or more
> > items.
>
> It's not just you.  Niall discovered that recently and open an issue for it.
>  * http://jira.codehaus.org/browse/MSITE-153
>
> Although now that I think about it, the problem is most likely in
> Doxia, not in the site plugin.
>
> --
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
HTH, Ted.
* http://www.husted.com/struts/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to