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

dawehner’s picture

It should work fine.
Can you paste your list template and perhaps you custom preprocess functions? There should be a error somewhere...

extect’s picture

Status: Active » Closed (fixed)

Thanks for the hint! The problem was caused by a dev-version of the Zen theme.