Not rendering unordered lists XHTML compliant

  •  02-16-2006, 2:34 AM

    Not rendering unordered lists XHTML compliant

    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?
     
View Complete Thread