From 54246bedf685226f78f47b97a47d36dea3e2f7ef Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 27 Dec 2012 22:21:38 +0100 Subject: [PATCH] Gallery2: Use "." as a self-ref, not "?" --- gal2/UCW/Gallery/Web.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gal2/UCW/Gallery/Web.pm b/gal2/UCW/Gallery/Web.pm index ecc2184..f58232f 100644 --- a/gal2/UCW/Gallery/Web.pm +++ b/gal2/UCW/Gallery/Web.pm @@ -63,7 +63,7 @@ sub show_img($) { $self->html_top; $self->show_links(($show_img > 1 ? ("?i=".($show_img-1)) : ""), - "?", + ".", ($show_img < $self->{num_photos} ? ("?i=".($show_img+1)) : "")); my $t = UCW::CGI::html_escape($m->{title}); -- 2.39.2