Title: html5 validation error and solution
Last modified: August 30, 2016

---

# html5 validation error and solution

 *  [Doug](https://wordpress.org/support/users/nicoblog/)
 * (@nicoblog)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/html5-validation-error-and-solution/)
 * Problem: The plugin open and closes a div inside an ul, while it works it’s not
   allowed so doesn’t validate.
    Error: Element div not allowed as child of element
   ul in this context. (Suppressing further errors from this subtree.) <div↩class
   =’nlposts-ulist-pagination pagination’><ul↩cl
 * The solution is to edit the plugin:
    find // Close wrapper echo $html_tags[‘wrapper_c’];
   cut it and paste it below // Close item box echo $html_tags[‘item_c’]; }
 * Then it will validate cos it will open and close the navigation div outside the
   list of posts. Cheers!
 * [https://wordpress.org/plugins/network-latest-posts/](https://wordpress.org/plugins/network-latest-posts/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Doug](https://wordpress.org/support/users/nicoblog/)
 * (@nicoblog)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/html5-validation-error-and-solution/#post-6437412)
 * Actually that will make the pagination works with bugs, so i’ll wait for the 
   author input.

Viewing 1 replies (of 1 total)

The topic ‘html5 validation error and solution’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/network-latest-posts_61c601.svg)
 * [Network Latest Posts](https://wordpress.org/plugins/network-latest-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/network-latest-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/network-latest-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/network-latest-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/network-latest-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/network-latest-posts/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Doug](https://wordpress.org/support/users/nicoblog/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/html5-validation-error-and-solution/#post-6437412)
 * Status: not resolved