When I create an unordered list with Cute Editor for .NET I get tags formatted like so:
<ul>
<li>List Item 1
<li>List Item 2
</ul>
instead of:
<ul>
<li>List Item 1</li>
<li>List Item 2</li>
</ul>
Is there a configuration setting I am missing to render XHTML compliant as the editor is advertised?