|
diff --git a/ui-tree.c b/ui-tree.c index 006ca47..cb57d8d 100644 --- a/ ui-tree.c+++ b/ ui-tree.c |
|
@@ -39,3 +39,3 @@ static int print_entry(const unsigned char *sha1, const char *base, |
39 | html_attr(cgit_pageurl(cgit_query_repo, "tree", |
39 | html_attr(cgit_pageurl(cgit_query_repo, "tree", |
40 | fmt("h=%s&id=%s&path=%s%s/", |
40 | fmt("h=%s&id=%s&path=%s%s/", |
41 | curr_rev, |
41 | curr_rev, |
@@ -47,3 +47,3 @@ static int print_entry(const unsigned char *sha1, const char *base, |
47 | html_attr(cgit_pageurl(cgit_query_repo, "view", |
47 | html_attr(cgit_pageurl(cgit_query_repo, "view", |
48 | fmt("h=%s&id=%s&path=%s%s", curr_rev, |
48 | fmt("h=%s&id=%s&path=%s%s", curr_rev, |
49 | sha1_to_hex(sha1), |
49 | sha1_to_hex(sha1), |
@@ -57,3 +57,3 @@ static int print_entry(const unsigned char *sha1, const char *base, |
57 | html_attr(cgit_pageurl(cgit_query_repo, "log", |
57 | html_attr(cgit_pageurl(cgit_query_repo, "log", |
58 | fmt("h=%s&path=%s%s", |
58 | fmt("h=%s&path=%s%s", |
59 | curr_rev, |
59 | curr_rev, |
|