Ignore:
Timestamp:
10/19/10 08:29:01 (3 years ago)
Author:
KennethLavrsen
Message:

Item9828: ImageGalleryPlugin not working on Foswiki 1.1.0 because og bug in JQueryPlugin
Simple code bug fixed by Holstener Liesel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/SLIMBOX.pm

    r9295 r9615  
    5858 
    5959    # add translations to head 
    60     my $counterText = $this->{session}->{i18n}->maketext("Image [_1] of [_2]", "{x}", "{y}"); 
     60    my $counterText = $this->{session}->i18n->maketext("Image [_1] of [_2]", "{x}", "{y}"); 
    6161    Foswiki::Func::addToZone("head", "JQUERYPLUGIN::SLIMBOX::COUNTERTEXT", '<meta name="foswiki.ImagePlugin.counterText" content="'.$counterText.'" />'); 
    6262} 
Note: See TracChangeset for help on using the changeset viewer.