Download & Extend

Classes not set properly on views_slideshow_singleframe_div_*

Project:Views Slideshow
Version:6.x-2.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

In views_slideshow_singleframe.theme.inc, line 78:

<?php
>
 
$output = '  <div id="views_slideshow_singleframe_div_' . $id . '_' . $count . '" '. $class .'>' . "\n  ";
<
?>

Should be:
<?php
>
 
$output = '  <div id="views_slideshow_singleframe_div_' . $id . '_' . $count . '" class="'. $class .'">' . "\n  ";
<
?>

Comments

#1

Thanks adamo

I'll try to get a commit soon.

#2

Status:active» fixed

This has been committed. Thanks Adamo!

#3

Status:fixed» closed (fixed)

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

nobody click here