[TYPO3] List Items wrapped with <p>
Jochen Stange
derstange at gmx.de
Mon Feb 6 14:27:40 CET 2006
Hi Dmitry.
Yes. I use the standard RTE.
Here's the szenario again:
if I have this in the DB:
<typolist>
text
text
text
</typolist>
everything works fine. then i edit it in the RTE. This is converted in the
DB into:
<ul>
<li>text</li>
<li>text</li>
<li>text</li>
</ul>
and then rendered in the FE
<p style="margin:0 0 0 0;"><ul>
</p>
<p style="margin:0 0 0 0;"><li>text</li>
</p>
<p style="margin:0 0 0 0;"><li>text</li>
</p><p style="margin:0 0 0 0;"><li>text</li><ul>
</p>
???!
Jochen
More information about the TYPO3-english
mailing list