From 0ee035d4ec40f2308e99ab6d450cf606deadef17 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 3 Jul 2018 21:02:15 +0200 Subject: Rename about-filter to render-filter Signed-off-by: Jason A. Donenfeld --- ui-summary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-summary.c') diff --git a/ui-summary.c b/ui-summary.c index 8e81ac4..d643c9d 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -129,7 +129,7 @@ void cgit_print_repo_readme(char *path) } /* Print the calculated readme, either from the git repo or from the - * filesystem, while applying the about-filter. + * filesystem, while applying the render-filter. */ html("
"); cgit_open_filter(ctx.repo->about_filter, filename); -- cgit v1.2.3-24-g4f1b