X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/63da41a915157d27dcf26e4811bd6b5f8a3abb2b..30a378b571c9f826d37c913b32b363f54a8997f4:/ui-commit.c diff --git a/ui-commit.c b/ui-commit.c index 37c7d8d..65b4603 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -110,7 +110,7 @@ void cgit_print_commit(char *hex, const char *prefix) } if (ctx.repo->snapshots) { html("download"); - cgit_print_snapshot_links(ctx.repo, hex); + cgit_print_snapshot_links(ctx.repo, hex, "
"); html(""); } html("\n");