The function theme_ajax_slideshow() in ajax_slideshow.module contains the following code:
$output .= '
';
but I believe it should be:
$output .= '
';
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