The function theme_ajax_slideshow() in ajax_slideshow.module contains the following code:
$output .= '
';
but I believe it should be:
$output .= '
';

Comments

pendlaren’s picture

Sorry.

    $output .= '<br/ style="clear:both">';

should be

    $output .= '<br style="clear:both"/>';
pendlaren’s picture

Assigned: pendlaren » Unassigned
udig’s picture

Assigned: Unassigned » udig

Thanks a lot pendlaren.
Will be fixed.

udig’s picture

Status: Active » Needs work
udig’s picture

Version: 6.x-2.0 » 6.x-3.0
Status: Needs work » Closed (fixed)

corrected on V6.3