]> mj.ucw.cz Git - gallery.git/commitdiff
Gallery2: Use "." as a self-ref, not "?"
authorMartin Mares <mj@ucw.cz>
Thu, 27 Dec 2012 21:21:38 +0000 (22:21 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 8 Feb 2015 20:14:15 +0000 (21:14 +0100)
gal2/UCW/Gallery/Web.pm

index ecc2184822743557c2334b71fd6d8023d1e0e524..f58232f35c631d36272c9b5f359a3fec1c5ed8be 100644 (file)
@@ -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});