aboutsummaryrefslogtreecommitdiffstats
path: root/ui-stats.c
diff options
context:
space:
mode:
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 74ce0f7..1042252 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'>");
- html_txt(author->string);
+ cgit_author_link(author->string);
html("</td>");
authorstat = author->util;
items = &authorstat->list;