I don't know the discussion but feel free to fix it (don't forget to update the unittests and the regression tests). Andreas ----- Original Message ----- From: "seb bacon" <seb@jamkit.com> To: "Andreas Jung" <andreas@zope.com> Cc: "Fabiano Weimar dos Santos" <fabiano@x3ng.com.br>; <zope-dev@zope.org> Sent: Monday, March 04, 2002 16:37 Subject: Re: [Zope-dev] STX Bug ?
The STX processor of zope render a HTML code like this:
<ul> <li><p>Item 1.</p></li> <li><p>Item 2.</p></li> <li><p>Item 3.</p></li> </ul>
If It is not a bug, how can i get a output like the output above?
Not a bug but feel free to hack HTMLClass.py.
I recall a conversation about this 'feature' last year, and I thought it had been agreed to fix it. It's a bad way to render list items, because it is not good structural markup and will behave in unexpected ways with style sheets. Plus, it's particularly baffling because it's not how the pre-NG STX did it.
I'll volunteer to fix this if no-one objects.
seb
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )