]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-repolist.c
cgit_open_filter: also take the repo as a parameter
[ps-cgit] / ui-repolist.c
index 2c98668ad931489ad54632d3c869c06de294f1cb..05b4548fab2f0a4de2230e5f46ece7c90588a91f 100644 (file)
@@ -291,7 +291,7 @@ void cgit_print_site_readme()
        if (!ctx.cfg.root_readme)
                return;
        if (ctx.cfg.about_filter)
-               cgit_open_filter(ctx.cfg.about_filter);
+               cgit_open_filter(ctx.cfg.about_filter, NULL);
        html_include(ctx.cfg.root_readme);
        if (ctx.cfg.about_filter)
                cgit_close_filter(ctx.cfg.about_filter);