From: Nikolay Shaplov Date: Sat, 20 Jun 2026 12:06:34 +0000 (+0000) Subject: Fix back and forward links in git4ai-log X-Git-Url: http://gitweb.nataraj.world/?a=commitdiff_plain;h=c402907d7de5d389c70b1f2753385b7f17ec1f65;p=git4ai.git Fix back and forward links in git4ai-log --- diff --git a/cgi/git4ai-log.pl b/cgi/git4ai-log.pl index ad38aac..336d48b 100755 --- a/cgi/git4ai-log.pl +++ b/cgi/git4ai-log.pl @@ -64,9 +64,9 @@ print <
HTML -print "← новее   " +print "← новее   " if $offset > 0; -print "старее →" +print "старее →" if @commits == $PER_PAGE; print "\n\n";