Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Troubleshooting’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
On line 191 of …/flash-album-gallery/admin/jgallery.php
$xml[‘alt’] .= ‘<div class=”flagcategory” id=”gid_’.$galID.’_’.$skinID.'”>.”\n”‘;
it should actually be
$xml[‘alt’] .= ‘<div class=”flagcategory” id=”gid_’.$galID.’_’.$skinID.'”>’;
to prevent a .”\n” showing up with the thumbnails for galleries.
Thanks. Fixed in latest version of plugin.
