From 36a1d663a66e0e6226d55f477287578d867c6fb8 Mon Sep 17 00:00:00 2001 From: lookshe Date: Mon, 1 Feb 2016 13:26:29 +0100 Subject: added link to author (similar to gitweb) --- ui-stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-stats.c') 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(""); - html_txt(author->string); + cgit_author_link(author->string); html(""); authorstat = author->util; items = &authorstat->list; -- cgit v1.2.3