X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/b228d4ff82a65fdcd4a7364759fe36a0bdda5978..b608e88adb6f77328288afb6dd0eddf674fc9b5b:/ui-summary.c diff --git a/ui-summary.c b/ui-summary.c index 0a44994..0afa0a3 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -7,6 +7,7 @@ */ #include "cgit.h" +#include "html.h" static int header; @@ -182,9 +183,9 @@ void cgit_print_tags(int maxcount) void cgit_print_summary() { - if (cgit_repo->readme) { + if (ctx.repo->readme) { html("
"); - html_include(cgit_repo->readme); + html_include(ctx.repo->readme); html("
"); } if (ctx.cfg.summary_log > 0)