I have a tiles application that was running fine on a
nightly build from 2002-12-03.  I just installed the
nightly build from 2003-01-01.  My tiles:insert sections
are now being inserted at the top of the HTML document
instead of at the point of the insert.  E.g., instead of:

head
body
  table
    tr
      td inserted tile 1 /td
      td inserted tile 2 /td
    /tr
  /table
/body

I get:

inserted tile 1
inserted tile 2
head
body
  table
    tr
      td /td
      td /td
    /tr
  /table
/body

Weirdness.  I've scanned the mailing list and release notes
for something related to this, but I couldn't find anything.
Any ideas?

Thanks,
Paul


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

Reply via email to