Title: bug: missing UL and end-UL
Last modified: August 20, 2016

---

# bug: missing UL and end-UL

 *  Resolved [gilbert.houtekamer](https://wordpress.org/support/users/gilberthoutekamer/)
 * (@gilberthoutekamer)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/bug-missing/)
 * I am using the plugin with the Twenty Eleven theme.
 * The widget use the proper H3 and LI tags, but no UL and end-UL tags
    With Chrome
   this results in the items shown as a nested sublist.
 * This change in dka-child-pages.php works, but may not be the way to do it:
 *     ```
       echo $before_widget;
       if ( ! empty( $title ) )
       	echo $before_title . $title . $after_title;
       echo '<UL>';
       echo $wp_list_pages;
       echo '</UL>';
       echo $after_widget;
       ```
   
 * Gilbert
 * [http://wordpress.org/extend/plugins/dka-child-pages-widget/](http://wordpress.org/extend/plugins/dka-child-pages-widget/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [gilbert.houtekamer](https://wordpress.org/support/users/gilberthoutekamer/)
 * (@gilberthoutekamer)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/bug-missing/#post-3244658)
 * the tags are suppressed — my post was about the UL and end-UL tags that are missing.

Viewing 1 replies (of 1 total)

The topic ‘bug: missing UL and end-UL’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/dka-child-pages-widget.svg)
 * [DKA Child pages widget](https://wordpress.org/plugins/dka-child-pages-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dka-child-pages-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dka-child-pages-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/dka-child-pages-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dka-child-pages-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dka-child-pages-widget/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [gilbert.houtekamer](https://wordpress.org/support/users/gilberthoutekamer/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/bug-missing/#post-3244658)
 * Status: resolved