Re: [PATCH/RFC] gitweb: Great subroutines renaming
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:36
Jakub Narebski [off-list ref] writes:
It's not a problem to do '...'/'next' link _after_ the body, but
the paging navigation bar is at the _top_ of page, before
outputting the body.
A good web engineering practice is to prepare the data before
you generate a single line of output, so after or top should not
make a difference, I would think.