diff options
Diffstat (limited to 'ui-shared.c')
-rw-r--r-- | ui-shared.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui-shared.c b/ui-shared.c index 6253a90..bb08c4a 100644 --- a/ui-shared.c +++ b/ui-shared.c | |||
@@ -541,8 +541,6 @@ void cgit_print_pageheader(struct cgit_context *ctx) | |||
541 | ctx->qry.head, ctx->qry.sha1); | 541 | ctx->qry.head, ctx->qry.sha1); |
542 | cgit_diff_link("diff", NULL, hc(cmd, "diff"), ctx->qry.head, | 542 | cgit_diff_link("diff", NULL, hc(cmd, "diff"), ctx->qry.head, |
543 | ctx->qry.sha1, ctx->qry.sha2, NULL); | 543 | ctx->qry.sha1, ctx->qry.sha2, NULL); |
544 | cgit_patch_link("patch", NULL, hc(cmd, "patch"), ctx->qry.head, | ||
545 | ctx->qry.sha1); | ||
546 | html("</td><td class='form'>"); | 544 | html("</td><td class='form'>"); |
547 | html("<form class='right' method='get' action='"); | 545 | html("<form class='right' method='get' action='"); |
548 | if (ctx->cfg.virtual_root) | 546 | if (ctx->cfg.virtual_root) |