Somehow my pages don't validate. When I looked at the generated XHTML I discovered that the <div id="dtreepgewrapper"> is inside <ul> tags but not within any <li> tags. They seem to be missing. I can read and write XHTML like my native tongue but PHP is Greek to me. Well maybe not that bad but I don't want to mess with it on my own. Do I delete the $after_title . "<ul>"; from the
echo $before_title . $wpdtreeopt['arcopt']['topnode'] . $after_title . "<ul>";
and delete the
echo "</ul>" . $after_widget;
line from the wp-dtree.php file or do I add in <li>'s inside the <ul>'s?
Please help