gitweb: only display "next" links in logs if there is a next page
authorLea Wiemann <lewiemann@gmail.com>
Tue, 27 May 2008 23:25:42 +0000 (01:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 May 2008 05:27:30 +0000 (22:27 -0700)
There was a bug in the implementation of the "next" links in
format_paging_nav (for log and shortlog), which caused the next links
to always be displayed, even if there is no next page. This fixes it.

Signed-off-by: Lea Wiemann <LeWiemann@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found