[Zope] 2.5.0 vs. 2.3.3 oddity w/structured text

Chris Ryland cpr@emsoftware.com
Sat, 16 Mar 2002 17:34:57 -0500


I've got some structured text of the form

Head1

  Some text (indented 2).

 Head2 (indented 1)

  Some more text (indented 2)

 Head3 (indented 1)

etc.,

and it all works fine under Zope 2.3.3.

However, under 2.5.0, each succeeding Head2/3/4, etc., is one level lower,
i.e., it gets rendered

<h3>Head1</h3>
<p>Some text (indented 2)</p>
<h4>Head2</h4>
<p>Some more text (indented 2)</p>
<h5>Head3</h5>
...

but *not always*. I can't figure out what the differences between the cases
might be.

It's possible that it's something to do with the fact that I moved the
Data.fs from a Win2K box to my Linux server box, but under 2.3.3 it all
works perfectly. Under 2.5.0 it doesn't.

Does anyone have any clues as to where to look next?

Thanks.
--
Cheers!
Chris Ryland
Em Software, Inc.
www.emsoftware.com