From: Martin Mares Date: Mon, 5 Nov 2018 20:26:53 +0000 (+0100) Subject: Highslide: Fix broken CSS class specification X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8d6aa5d61ff7558276d376940f85ae21e5287936;p=gallery.git Highslide: Fix broken CSS class specification --- diff --git a/lib/UCW/Gallery/Web/HighSlide.pm b/lib/UCW/Gallery/Web/HighSlide.pm index 2ce3fa5..c9d2aa8 100644 --- a/lib/UCW/Gallery/Web/HighSlide.pm +++ b/lib/UCW/Gallery/Web/HighSlide.pm @@ -34,7 +34,7 @@ sub show_links($$$$) { my ($self, $prev, $up, $next) = @_; my $nav = $self->get('ThemeUrlPrefix') . "highslide/nav"; print "

"; - print "" if $prev ne ""; + print "" if $prev ne ""; printf "" if $next ne ""; printf "" if $up ne ""; }