aboutsummaryrefslogtreecommitdiffstats
path: root/ui-stats.c
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2016-02-01 14:16:35 +0100
committerlookshe <github@lookshe.org>2016-02-01 14:16:35 +0100
commit95be399ab4692a77a818eb2d72e6b4b2e3d821ec (patch)
treed97df5a79c2ec2404d6a7a0dbb98fae65757dc3b /ui-stats.c
parentfbcdeeb500586d86e829e87f6cdc92cfec81e30e (diff)
author link with correct branches
Diffstat (limited to 'ui-stats.c')
-rw-r--r--ui-stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-stats.c b/ui-stats.c
index 1042252..d2ddfd5 100644
--- a/ui-stats.c
+++ b/ui-stats.c
@@ -326,7 +326,7 @@ static void print_authors(struct string_list *authors, int top,
for (i = 0; i < top; i++) {
author = &authors->items[i];
html("<tr><td class='left'>");
- cgit_author_link(author->string);
+ cgit_author_link(author->string, NULL);
html("</td>");
authorstat = author->util;
items = &authorstat->list;