Posted by adamo on September 23, 2009 at 6:15pm
3 followers
Jump to:
| 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
This has been committed. Thanks Adamo!
#3
Automatically closed -- issue fixed for 2 weeks with no activity.