Closed (fixed)
Project:
Ajax Slideshow
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Mar 2010 at 13:22 UTC
Updated:
20 Aug 2010 at 20:53 UTC
The function theme_ajax_slideshow() in ajax_slideshow.module contains the following code:
$output .= '
';
but I believe it should be:
$output .= '
';
Comments
Comment #1
pendlaren commentedSorry.
should be
Comment #2
pendlaren commentedComment #3
udig commentedThanks a lot pendlaren.
Will be fixed.
Comment #4
udig commentedComment #5
udig commentedcorrected on V6.3