X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/e1782fff8a78b7f265432603351281ad2988bb40..523c133e2e5f7089a3d18ac23f2074b60991a7f0:/ui-summary.c?ds=sidebyside 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("
"); }