diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-03 19:02:15 +0000 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-03 19:19:26 +0000 |
commit | 0ee035d4ec40f2308e99ab6d450cf606deadef17 (patch) | |
tree | 8e2b9d81eceee28038abec50ac83cb4a6be06af7 /ui-summary.c | |
parent | c4167cbd65acef801e6132ba1182f6ce246ed630 (diff) | |
download | cgit-0ee035d4ec40f2308e99ab6d450cf606deadef17.tar cgit-0ee035d4ec40f2308e99ab6d450cf606deadef17.tar.gz cgit-0ee035d4ec40f2308e99ab6d450cf606deadef17.zip |
Rename about-filter to render-filterjd/render-filter
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui-summary.c')
-rw-r--r-- | ui-summary.c | 2 |
1 files changed, 1 insertions, 1 deletions
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("<div id='summary'>"); cgit_open_filter(ctx.repo->about_filter, filename); |