[TYPO3] List Items wrapped with <p>

Ernesto Baschny [cron IT] ernst at cron-it.de
Mon Feb 6 19:52:23 CET 2006


Jochen Stange schrieb am 06.02.2006 14:27:

> 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>

This seems to be wrong. Because in DB each line (ended with a newline)
represent a paragraph, which will get translated into a <p>.

What RTE are using that is generating this? Which versions?

What transformation modes are you using? You might want to send us the
output of your Web>Info>PageTS, RTE. section, especially the setting of
overruleMode.


Cheers,
Ernesto



More information about the TYPO3-english mailing list