diff options
Diffstat (limited to 'ui-shared.c')
-rw-r--r-- | ui-shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c index 519eef7..7ab2ab1 100644 --- a/ui-shared.c +++ b/ui-shared.c | |||
@@ -864,7 +864,7 @@ void cgit_print_pageheader(struct cgit_context *ctx) | |||
864 | if (ctx->repo->max_stats) | 864 | if (ctx->repo->max_stats) |
865 | cgit_stats_link("stats", NULL, hc(ctx, "stats"), | 865 | cgit_stats_link("stats", NULL, hc(ctx, "stats"), |
866 | ctx->qry.head, ctx->qry.vpath); | 866 | ctx->qry.head, ctx->qry.vpath); |
867 | if (ctx->repo->readme) | 867 | if (ctx->repo->readme.nr) |
868 | reporevlink("about", "about", NULL, | 868 | reporevlink("about", "about", NULL, |
869 | hc(ctx, "about"), ctx->qry.head, NULL, | 869 | hc(ctx, "about"), ctx->qry.head, NULL, |
870 | NULL); | 870 | NULL); |