]> git.cameronkatri.com Git - cgit.git/blobdiff - ui-commit.c
snapshot: support special value 'all' to enable all formats
[cgit.git] / ui-commit.c
index 37c7d8d118495878d2e433e021c9dc25fccb2a57..65b4603979552667553493854852c368f2bdb243 100644 (file)
@@ -110,7 +110,7 @@ void cgit_print_commit(char *hex, const char *prefix)
        }
        if (ctx.repo->snapshots) {
                html("<tr><th>download</th><td colspan='2' class='sha1'>");
-               cgit_print_snapshot_links(ctx.repo, hex);
+               cgit_print_snapshot_links(ctx.repo, hex, "<br/>");
                html("</td></tr>");
        }
        html("</table>\n");