]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-refs.c
tag: reference with "h" instead of "id"
[ps-cgit] / ui-refs.c
index d2ba48d83d04a7bf0a7d08a012348d3b82ecbe49..ac8a6d446e14765afabfcffe0f41f6fb32256b68 100644 (file)
--- a/ui-refs.c
+++ b/ui-refs.c
@@ -140,7 +140,7 @@ static int print_tag(struct refinfo *ref)
        }
 
        html("<tr><td>");
-       cgit_tag_link(name, NULL, NULL, ctx.qry.head, name);
+       cgit_tag_link(name, NULL, NULL, name);
        html("</td><td>");
        if (ctx.repo->snapshots && (obj->type == OBJ_COMMIT))
                print_tag_downloads(ctx.repo, name);