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{}