Unidiff1 files changed, 2 insertions, 2 deletions
|
diff --git a/ui-log.c b/ui-log.c index c80fd73..75bbbe4 100644 --- a/ ui-log.c+++ b/ ui-log.c |
|
@@ -115,5 +115,5 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *path) |
115 | html(" <a href='"); |
115 | html(" <a href='"); |
116 | html(cgit_pageurl(cgit_query_repo, cgit_query_page, |
116 | html(cgit_pageurl(cgit_query_repo, cgit_query_page, |
117 | fmt("h=%s&ofs=%d", tip, ofs-cnt))); |
117 | fmt("h=%s&ofs=%d", tip, ofs-cnt))); |
118 | html("'>[prev]</a> "); |
118 | html("'>[prev]</a> "); |
119 | } |
119 | } |
@@ -122,5 +122,5 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *path) |
122 | html(" <a href='"); |
122 | html(" <a href='"); |
123 | html(cgit_pageurl(cgit_query_repo, "log", |
123 | html(cgit_pageurl(cgit_query_repo, "log", |
124 | fmt("h=%s&ofs=%d", tip, ofs+cnt))); |
124 | fmt("h=%s&ofs=%d", tip, ofs+cnt))); |
125 | html("'>[next]</a> "); |
125 | html("'>[next]</a> "); |
126 | } |
126 | } |
|