about summary refs log tree commit diff stats
path: root/ui-summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-summary.c')
-rw-r--r--ui-summary.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/ui-summary.c b/ui-summary.c index 725f3ab..ddd8f1b 100644 --- a/ui-summary.c +++ b/ui-summary.c
@@ -151,16 +151,12 @@ void cgit_print_repo_readme(char *path)
151 * filesystem, while applying the about-filter. 151 * filesystem, while applying the about-filter.
152 */ 152 */
153 html("<div id='summary'>"); 153 html("<div id='summary'>");
154 if (ctx.repo->about_filter) 154 cgit_open_filter(ctx.repo->about_filter, filename);
155 cgit_open_filter(ctx.repo->about_filter, filename);
156
157 if (ref) 155 if (ref)
158 cgit_print_file(filename, ref, 1); 156 cgit_print_file(filename, ref, 1);
159 else 157 else
160 html_include(filename); 158 html_include(filename);
161 159 cgit_close_filter(ctx.repo->about_filter);
162 if (ctx.repo->about_filter)
163 cgit_close_filter(ctx.repo->about_filter);
164 160
165 html("</div>"); 161 html("</div>");
166 if (free_filename) 162 if (free_filename)