WP-dTree 3.3.2 doesn’t validate: ul tags followed by div, no li tags
-
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
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘WP-dTree 3.3.2 doesn’t validate: ul tags followed by div, no li tags’ is closed to new replies.