From 29e06d66a33442a44d47e8741371072873c19cce Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 31 Dec 2025 12:52:45 +0100 Subject: css for Show All checkbox --- ui-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-tree.c') diff --git a/ui-tree.c b/ui-tree.c index b961331..605d0a4 100644 --- a/ui-tree.c +++ b/ui-tree.c @@ -298,7 +298,7 @@ static void ls_head(void) static void ls_tail(struct tree *tree, struct pathspec *paths) { - html(""); + html(""); html("\n"); if (tree) cgit_print_repo_readme_no_layout(tree, paths); -- cgit v1.2.3