From e7e819ff5ce1ba50a5e1126f35b9543f05b3edf8 Mon Sep 17 00:00:00 2001 From: Louis Dalibard Date: Mon, 10 Jun 2024 22:17:13 +0200 Subject: [PATCH] fix: fix justification --- html/html.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/html.go b/html/html.go index 6c8377b..0ae268e 100644 --- a/html/html.go +++ b/html/html.go @@ -96,7 +96,7 @@ func FileListPage(req string, entries []Entry) string {
`, req, req) - footer := `
` + footer := `
` body := "" entriesWithParent := []Entry{}