[Zope-dev] STX Bug ?
Fabiano Weimar dos Santos
fabiano@x3ng.com.br
Mon, 4 Mar 2002 16:40:34 -0300
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
i have a possibly "problem" using unordered lists with structured text.
See the exemple:
titulo
paragrafo noono onoonono ono oo noonononon o
onononono ononono onononono onononon onononon
ononononono onono.
* Item 1.
* Item 2.
* Item 3.
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>
My question is: the <p> "tags" are correctly generated by STX? IS IT A BUG?
In my application, i have some problems with this output because i used CSS
styles that makes the presentation of HTML very ugly.
<ul>
<li>Item 1.</li>
<li>Item 2.</li>
<li>Item 3.</li>
</ul>
If It is not a bug, how can i get a output like the output above?
Thanks.
- --
_____
www._ _|__ /____ ____ _
| |/_//_ </ __ \/ __ `/ Fabiano Weimar dos Santos (Xiru)
_> <___/ / / / / /_/ / X3ng Web Technology
/_/|_/____/_/ /_/\__, /
/____/.com.br
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE8g824TqbDpNXhEbERAgDJAKCk3tDoOodBYs7qbUhEPbTmpQNhQgCgx2IU
ms696jAYx5QHhV6VqYQiCF4=
=ZJOD
-----END PGP SIGNATURE-----