aboutsummaryrefslogtreecommitdiffstats
path: root/ui-summary.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-07-03 21:02:15 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-07-03 21:19:26 +0200
commit0ee035d4ec40f2308e99ab6d450cf606deadef17 (patch)
tree8e2b9d81eceee28038abec50ac83cb4a6be06af7 /ui-summary.c
parentc4167cbd65acef801e6132ba1182f6ce246ed630 (diff)
downloadcgit-0ee035d4ec40f2308e99ab6d450cf606deadef17.tar.gz
cgit-0ee035d4ec40f2308e99ab6d450cf606deadef17.tar.xz
Rename about-filter to render-filterorigin/jd/render-filter
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui-summary.c')
-rw-r--r--ui-summary.c2
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);