From 1239bc3eaaf80f2f97c00acc80a66f1d891c103b Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 30 Dec 2025 21:26:12 +0100 Subject: expandable file tree table --- ui-tree.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ui-tree.c') diff --git a/ui-tree.c b/ui-tree.c index 349f868..6dfd408 100644 --- a/ui-tree.c +++ b/ui-tree.c @@ -298,6 +298,7 @@ static void ls_head(void) static void ls_tail(const struct tree *tree, struct pathspec *paths) { + html(""); html("\n"); if (tree) cgit_print_repo_readme_no_layout(tree, paths); -- cgit v1.2.3