which is not finished

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tarzan22
    Member
    • Apr 2009
    • 68
    • 3.8.x

    which is not finished

    Sorry for my English, I'm trying to validate my site, but it gives me this error
    8 times, someone knows how to fix?


    end tag for "ul" which is not finished
    <ul class="forumactionlinks td"></ul>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.

    thanks and regards
  • tommyxv
    Senior Member
    • Oct 2003
    • 331

    #2
    In your forumhome_forumbit_level2_post template

    add this code in red. It fixed it for me.

    <ul class="forumactionlinks td"><li></li>
    Last edited by tommyxv; Sun 16 Mar '14, 6:08pm.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...