[Typo3] MIssing closing </li> tags

Rodrigo Cea rcea at altamira.cl
Wed May 25 18:51:40 CEST 2005


Señoras y señores,

Typo seems to misplace many of my closing </li> tags, both when creating
lists in the RTE and in site-menu elements (which I have hacked to use
<ul> and <li> elements). So if the code in the RTE looks like this:

<ul>
	<li>list element 1</li>
	<li>list element 2</li>
	<li>list element 3</li>
</ul>

The output code will look like:


<ul>
	<li>list element 1
	<li>list element 2
	<li>list element 3</li>
</ul>

Which renders, but causes all sorts of weird CSS problems.

Any ideas?

Rodrigo



More information about the TYPO3-english mailing list