diff options
Diffstat (limited to 'ui-stats.c')
-rw-r--r-- | ui-stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, NULL); html("</td>"); authorstat = author->util; items = &authorstat->list; |