From 1205c07879273feca44b4a2b83109ebeedb99fa9 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 30 Dec 2012 12:30:27 +0100 Subject: [PATCH] Gallery2: Spelling of Highslide --- gal/UCW/Gallery/Web/HighSlide.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gal/UCW/Gallery/Web/HighSlide.pm b/gal/UCW/Gallery/Web/HighSlide.pm index a1cffec..901cdd1 100644 --- a/gal/UCW/Gallery/Web/HighSlide.pm +++ b/gal/UCW/Gallery/Web/HighSlide.pm @@ -1,4 +1,4 @@ -# HighSlide JS Theme for MJ's Photo Gallery +# Highslide JS Theme for MJ's Photo Gallery # (c) 2012 Martin Mares ; GPL'ed package UCW::Gallery::Web::HighSlide; @@ -57,7 +57,7 @@ sub show_thumb($) { my $tw = $tm->{w}; my $th = $tm->{h}; my $thumb = $self->get('ThumbUrlPrefix') . "$tf/$photo_id.jpg"; - # HighSlide requires title either for all images, or for none + # Highslide requires title either for all images, or for none my $tit = " title=\"$annot\""; my $aid = $self->{hs_thumb_counter}++ ? "" : " id=thumb1"; my $photo_url = $self->get('PhotoUrlPrefix') . "$photo_id.jpg"; -- 2.39.2