Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1914
    ziggah
    Participant

    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.

    #2049
    Rattus
    Keymaster

    Thanks. Fixed in latest version of plugin.

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