[pmwiki-users] Weirdness with Advanced Table/Divs

Patrick R. Michaud pmichaud at pobox.com
Tue Oct 31 16:27:22 CST 2006


On Tue, Oct 31, 2006 at 10:45:37PM +0100, Dominique Faure wrote:
> I've just found that in some circumstances the text flow inside
> advanced table cells and divs is weirdly rendered:
> 
> (:table:)
> (:cellnr:)TextA
> TextB
> (:cellnr:)
> TextC
> TextD
> (:tableend:)
> 
> renders as (table stuff stripped):
> 
> TextA
> <p>TextB</p>
> 
> <p>TextC TextD</p>
> 
> Is it a bug?

Possibly, but I'm not sure it's worth the effort
it would take to fix.  (And in some sense it could
be considered a feature.)

At any rate, the workaround is to write

    (:cellnr:)
    TextA
    TextB
    (:cellnr:)
    TextC
    TextD

Thanks,

Pm





More information about the pmwiki-users mailing list