When listing a view in unformatted row style it can result in non-validated xhtml pages (like one of the pre-installed "archive" view). This because of the lack of closing a </li> element.
In views\theme\views-view-summary.tpl.php line 16:
replace:
<?php endif; ?>
with
<?php endif; ?></li>
Hope this helps.
Comments
Comment #1
merlinofchaos commentedThis is fixed and checked in. Thanks!
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.