Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.0-beta2
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2008 at 21:15 UTC
Updated:
13 May 2008 at 23:21 UTC
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.