Merge branch 'fh/filter-api'

Conflicts:
	cgit.c
This commit is contained in:
Lars Hjemli 2011-05-23 23:28:38 +02:00
commit ab350a77b1
11 changed files with 127 additions and 21 deletions

View 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);