X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/e1782fff8a78b7f265432603351281ad2988bb40..eac1b675414722ae90df75abc727b2795bc096f0:/ui-summary.c diff --git a/ui-summary.c b/ui-summary.c index f2a9b46..a2c018e 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -83,6 +83,10 @@ void cgit_print_repo_readme(char *path) } else tmp = ctx.repo->readme; html("
"); + if (ctx.repo->about_filter) + cgit_open_filter(ctx.repo->about_filter); html_include(tmp); + if (ctx.repo->about_filter) + cgit_close_filter(ctx.repo->about_filter); html("
"); }