X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/86a6d358f7a6c2432fde86b9e3c5011a656f20e4..d85e8a9810cbfbe5cfe80509a7b47cb39483e6ac:/ui-tag.c
diff --git a/ui-tag.c b/ui-tag.c
index 909cde0..89a46f9 100644
--- a/ui-tag.c
+++ b/ui-tag.c
@@ -34,8 +34,7 @@ static void print_tag_content(char *buf)
static void print_download_links(char *revname)
{
html("
| download | ");
- cgit_print_snapshot_links(ctx.qry.repo, ctx.qry.head,
- revname, ctx.repo->snapshots);
+ cgit_print_snapshot_links(ctx.repo, ctx.qry.head, revname);
html(" |
");
}
@@ -107,7 +106,7 @@ void cgit_print_tag(char *revname)
htmlf("| tag name | ");
html_txt(revname);
html(" |
\n");
- html("| Tagged object | ");
+ html(" |
| tagged object | ");
cgit_object_link(obj);
html(" |
\n");
if (ctx.repo->snapshots)