Hi guys, I updated from 7.x-3.13 to 7.x-3.14 and noticed that my row class is suddenly rendered without capitals. I use an unformatted list with row class "PPageGalleryItem" to display my view, but in the source code it now appears as "ppagegalleryitem".

I know a CSS class with capitals is a bit odd, and dashes would be better, but consistency is more important right now.

Thanks.

Comments

matman476 created an issue. See original summary.

jts86’s picture

I think this is a matter of Drupal standards. If a function like drupal_html_class explicitly calls for the class name to be lowercased, I'd say this is at least not an issue of Views module.
That's the function called from get_row_class function of views_plugin_style.inc to format the row classes before display.

GiorgosK’s picture

Status: Active » Closed (duplicate)
Parent issue: » #2750021: View Styles Plugin - row CSS class name is forced to lowercase