mirror of
https://git.zx2c4.com/cgit
synced 2025-08-04 01:54:28 +02:00
Merge branch 'fh/filter-api'
Conflicts: cgit.c
This commit is contained in:
commit
ab350a77b1
11 changed files with 127 additions and 21 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue