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

merlinofchaos’s picture

Status: Active » Fixed

This is fixed and checked in. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.