In views_slideshow_singleframe.theme.inc, line 78:

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

Should be:

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

Comments

redndahead’s picture

Thanks adamo

I'll try to get a commit soon.

redndahead’s picture

Status: Active » Fixed

This has been committed. Thanks Adamo!

Status: Fixed » Closed (fixed)

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