X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/7f7c1ddd37f7286afc02fa06bf4f62cfa4e9ee12..7e5c048505efe1902fb476cc2cb3160ff7df013d:/ui-refs.c diff --git a/ui-refs.c b/ui-refs.c index c35e694..25da00a 100644 --- a/ui-refs.c +++ b/ui-refs.c @@ -139,7 +139,7 @@ static int print_tag(struct refinfo *ref) if (!header) print_tag_header(); html(""); - html_txt(name); + cgit_tag_link(name, NULL, NULL, ctx.qry.head, name); html(""); if (ctx.repo->snapshots && (ref->object->type == OBJ_COMMIT)) print_tag_downloads(ctx.repo, name);