Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2009 at 23:27 UTC
Updated:
26 Jan 2010 at 13:46 UTC
I have a view which is set to "HTML List" style. Row style is set to "Fields". Until recently each row in the HTML list was enclosed by an <li>-tag with an HTML-class called "views-row". So, my HTML was looking like this:
<li class="views-row">row content</li>
Unfortunately, this is gone now and the class is empty. So, my HTML looks like this:
<li class="">row content</li>
Can anyone confirm this problem?
Comments
Comment #1
dawehnerIt should work fine.
Can you paste your list template and perhaps you custom preprocess functions? There should be a error somewhere...
Comment #2
extect commentedThanks for the hint! The problem was caused by a dev-version of the Zen theme.