X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/5176db2e2bd221c5448a512514f9165258503a8e..97b3d252629a8a3b9d356c2532dec7611438e4b9:/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);